Friday , September 20 2024

Performing the operation: let x = 100 / 0; will result in:

Questions BankCategory: JavaScript Essentials 1Performing the operation: let x = 100 / 0; will result in:
Performing the operation: let x = 100 / 0; will result in:

  • an undefined value being stored in the variable x.
  • the value NaN being stored in the variable x.
  • an Infinity value being stored in the variable x.
  • the value 0 being stored in the variable x.

More Questions: JavaScript Essentials 1 – JSE1: Module 2 Test