View all questions & answers for the JavaScript-Developer-I exam
Considering the implications of 'use strict' on line 04, which three statements describe the execution of the code?
Choose 3 answers
z is equal to 3.14.
'use strict' is hoisted, so it hasan effect on all lines.
'use strict' has an effect only on line 05.
'use strict' has an effect between line 04 and the end of the file.
Line 05 throws an error.
Submit