js console.log with tag code example Example: javascript log to console const varName = 'this variable'; console.log(varName);