Question 136

Considering type coercion, What does the following expression evaluate to?
True + ) + '100 ' + null
  • Question 137

    Which statement phrases successfully?
  • Question 138

    Which two console logs output NaN?
    Choose 2 answers | |
  • Question 139

    Which statement accurately describes an aspect of promises?
  • Question 140

    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?