Question 56

Which option is true about the strict mode in imported modules?
  • Question 57

    Which two options are core Node.js modules?
    Choose 2 answers
  • Question 58

    A developer has the following array of student test grades:
    Let arr - [7, 8, 5, 9]
    How should want to double each score and then see an array of the students who scored more than 15 points.
    How should the developer implement the request?
  • Question 59

    Refer to the code below:

    A developer uses a client that makes a GET request that uses a promise to handle the request, getRequest returns a promise.
    Which code modification can the developer make to gracefully handle an error?
    A)

    B)

    C)

    D)
  • Question 60

    Which statement parses successfully?