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