Quiz
In this lesson, we will solve a quiz related to the concepts covered in the previous lesson.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
What is the correct syntax of a generator function?
A.
generator function() {...}
B.
new generator(){...}
C.
function*(){...}
1 / 4
In the next ...