Advanced
JavaScript
Q69 / 100
What does the stage proposal process mean for JavaScript features?
Correct! Well done.
Incorrect.
The correct answer is B) TC39's four-stage process (0-4) that proposals go through before becoming part of the ECMAScript standard
B
Correct Answer
TC39's four-stage process (0-4) that proposals go through before becoming part of the ECMAScript standard
Explanation
Stage 0 is strawman; Stage 4 is finished (in the spec). Stage 3 is candidate (browsers start implementing). Features at Stage 3 are stable enough to use with transpilation.
Progress
69/100