List of questions
Related questions
Question 109 - Certified JavaScript Developer I discussion
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.
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.
D.
Add the statement use strict =false; before any other statements in the module to enable not- strict mode.
Your answer:
0 comments
Sorted by
Leave a comment first