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