JavaScript Quiz Practice
Active Recall Drill Session
← Exit SessionQuestion 1 of 1
easyJavaScript
What does this log?
code
console.log(typeof greet);
function greet() {}Loading compiler resources...
Active Recall Drill Session
console.log(typeof greet);
function greet() {}