ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 109 - Certified JavaScript Developer I discussion

Report
Export

Which option is true about the strict mode in imported modules?

A.
Add the statement use non-strict, before any other statements in the module to enable not-strict mode.
Answers
A.
Add the statement use non-strict, before any other statements in the module to enable not-strict mode.
B.
You can only reference notStrict() functions from the imported module.
Answers
B.
You can only reference notStrict() functions from the imported module.
C.
Imported modules are in strict mode whether you declare them as such or not.
Answers
C.
Imported modules are in strict mode whether you declare them as such or not.
D.
Add the statement use strict =false; before any other statements in the module to enable not- strict mode.
Answers
D.
Add the statement use strict =false; before any other statements in the module to enable not- strict mode.
Suggested answer: B
asked 23/09/2024
Phillip Roos
49 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first