Refer to the code below:
Which two statements correctly execute the runParallel () function? Choose 2 answers
Correct Answer:
BD
Given the code below: Setcurrent URL ();
console.log(‘The current URL is: ‘ +url ); function setCurrentUrl() {
Url = [removed].href:
What happens when the code executes?
Correct Answer:
B
Which option is true about the strict mode in imported modules?
Correct Answer:
B
Which statement parses successfully?
Correct Answer:
A
Refer to the following array:
Let arr1 = [ 1, 2, 3, 4, 5 ];
Which two lines of code result in a second array, arr2 being created such that arr2 is not a reference to arr1?
Correct Answer:
AB