Sobes.tech
Intern — Senior

What will be displayed in the console? (option 53)

livecode

Task condition

Determine which values will be output to the console when executing the following code:

function.func(){}
console.log(typeof {})
console.log(typeof [])
console.log(typeof func)
console.log(typeof null)