Free JavaScript-Developer-I Exam Dumps

Question 36

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

Correct Answer:B

Question 37

A developer wants to define a function log to be used a few times on a single-file JavaScript script.
01 // Line 1 replacement
02 console.log('"LOG:', logInput);
03 }
Which two options can correctly replace line 01 and declare the function for use? Choose 2 answers

Correct Answer:AC

Question 38

Which two console logs output NaN? Choose 2 answers | |

Correct Answer:BD