Question 11

Refer to the following code:

What is the value of output on line 11?
  • Question 12

    Refer to the code below:

    What is the result when the Promise in the execute function is rejected?
  • Question 13

    Which option istrue about the strict mode in imported modules?
  • Question 14

    Given the JavaScript below:

    Which code should replace the placeholder comment on line 06 to hide accounts that do not match the search string?
  • Question 15

    Which code statement correctly retrieves and returns an object from localStorage?