I use the WebKit engine to run the following programs:
let z = 0; console.log(z);
But I received such a mistake:
Exception: TypeError: undefined is not an object (evaluating 'console.log')
What should I do?