Salesforce Certified JavaScript Developer (JS-Dev-101) JavaScript-Developer-I Question # 38 Topic 4 Discussion

Salesforce Certified JavaScript Developer (JS-Dev-101) JavaScript-Developer-I Question # 38 Topic 4 Discussion

JavaScript-Developer-I Exam Topic 4 Question 38 Discussion:
Question #: 38
Topic #: 4

Considering the implications of 'use strict' on line 04, which three statements describe the execution of the code?

Choose 3 answers


A.

z is equal to 3.14.


B.

'use strict' is hoisted, so it has an effect on all lines.


C.

'use strict' has an effect only on line 05.


D.

'use strict' has an effect between line 04 and the end of the file.


E.

Line 05 throws an error.


Get Premium JavaScript-Developer-I Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.