how to print variable value inside cosole.log code example Example: javascript log to console const varName = 'this variable'; console.log(varName);