EMT Practice Test
1. Question Content...
Question6: Which option is true about the strict mode in imported modules?
Question18: Which three statements are true about promises ?
Choose 3 answers
Question20: A developer uses a parsed JSON string to work with user information as in the block below:
01 const userInformation ={
02 " id " : "user-01",
03 "email" : "[email protected]",
04 "age" : 25
Which two options access the email attribute in the object?
Choose 2 answers
Question24: Given the following code:
What will be the first four numbers logged?
Question27: Refer to the following code block:
What is the console output?
Question28: Which code statement below correctly persists an objects inlocal Storage ?
Question34: Given the following code:
is the output of line 02?
Question40: Refer to the code below:
What is the value of result after line 10 executes?
Question41: Refer to the code below:
What is the value of result when the code executes?
Question46: Which three actions can be using the JavaScript browser console?
Choose 3 answers:
Question47: Which two console logs outputs NaN ?
Choose 2 answers
Question54: Which two console logs output NaN?
Choose 2 answers | |
Question55: Given the following code:
What is the output of line 02?
Question62: Refer to the following code:
What is the output of line 11?
Question74: Which code statement correctly retrieves and returns an object from localStorage?











