get value from html and print in console code example
Example 1: how to print console in javascript
console.log("message here")
Example 2: console log javascript
console.log("hello", value);
console.log("message here")
console.log("hello", value);