typeof (function* f() { yield f })().next().next()
"function"
"generator"
"object"
Error
Correct Answer : D
What is a closure?
A function with no return value is called
What is the fundamental rule of lexical scoping?