What function in JavaScript can add text to the console? code example Example: javascript log to console const varName = 'this variable'; console.log(varName);