can i take value in debug terminal from javascript code example
Example: javascript web development debugging
//In code:
console.log(theVariable);
//Then in browser:
F12
//In code:
console.log(theVariable);
//Then in browser:
F12