EMT Practice Test
1. Question Content...
Question8: Refer to the following code:
What is the output of line 11?
Question10: Given the following code, what is the value of x?
let x = '15' + (10 * 2);
Question15: Given the following code:
let x = null;
console.log(typeof x);
What is the output?
Question25: Refer the code below.
x=3.14;
function myfunction() {
"use strict";
y=x;
}
z=x;
myFunction();
Question28: Which three actions can be using the JavaScript browser console?
Choose 3 answers:
Question31: Refer to the following object.
How can a developer access the fullName property for dog?
Question39: Which code statement below correctly persists an objects in local Storage ?
Question40: What is the result of the code block?
Question45: Which three actions can be using the JavaScript browser console?
Choose 3 answers:
Question62: Given the following code:
What will be the first four numbers logged?
Question68: Given the code below:
What is logged to the console'









