Possible Answers

  1. The window object.
  2. false
  3. a and b are not equal, the condition will be TRUE since we are checking for inequality.
  4. Yes! the statements will be executed
    It's rather strange but JavaScript does not differentiate between the two data types with the comparison operator.
  5. If the user clicks on the "OK" button, an alert box pops up. Nothing happens if "Cancel" is clicked.