Utility Functions
Qus. 1 : How do you write "Hello World" in an alert box?
- alert("Hello World");
- msgBox("Hello World");
- alertBox("Hello World");
- msg("Hello World");
- alert("Hello World")
- alertBox("Hello World")
- msgBox("Hello World")
- msg("Hello World")
- It checks if a value is a number
- It checks if a value is not a number
- It converts a value to a number
- It checks if a value is undefined