EMT Practice Test
1. Question Content...
Question2: Refer to the following code:
What is returned by the function call on line 13?
Question3: Which statement accurately describes an aspect of promises?
Question15: What is the result of the code block?
Question16: Which option is true about the strict mode in imported modules?
Question28: Refer to the code below:
What is the output after the code executes?
Question29: Which option is a core Node;js module?
Question36: Given the following code:
Let x =('15' + 10)*2;
What is the value of a?
Question42: Refer to the following code:
What is the output of line 11?
Question46: Given the following code:
What is the output of line 02?
Question48: Which statement accurately describes the behavior of the async /swait keywords?
Question54: Refer to the following code:
What will the console when the button is clicked?
Question58: Refer to the code below:
What is the value of foobDienu1 after the code executes?
Question59: Refer to the code below:
Which assertion accurately tests the above code?
Question68: Which statement parses successfully?
Question74: Refer to the code below:
What are the value of objBook and newObBook respectively?
Question78: Which two console logs output NaN?
Choose 2 answers | |
Question85: Refer to the code below:
What is the value of result when the code executes?
Question88: Given the following code:
What is the logged by the first four log statements?
Question92: Which code statement below correctly persists an objects in local Storage ?
Question97: Given the code below.
What is logged to the console?
Question98: Given the following code:
is the output of line 02?
Question108: Refer to the code below:
What is the value of result when the code executes?
Question121: Which statement accurately describes an aspect of promises?
Question134: Refer to the following code block:
What is the value of output after the code executes?
Question142: Refer to the code below:
Const pi = 3.1415326,
What is the data type of pi?
Question145: 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





















































