Use console.log() to print the typeof newVariable. Use console.log() to print the typeof newVariable. code example
Example: javascript log to console
const varName = 'this variable';
console.log(varName);
const varName = 'this variable';
console.log(varName);