Friday , September 20 2024

The confirm method allows you to create a dialog box. What value does this method return when the user closes the window?

Questions BankCategory: JavaScript Essentials 1The confirm method allows you to create a dialog box. What value does this method return when the user closes the window?
The confirm method allows you to create a dialog box. What value does this method return when the user closes the window?

  • The string entered by the user.
  • Always true.
  • It depends on the option selected by the user.
  • Always false.

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