Saved Bookmarks
| 1. |
Iii)Explain the built-in functions in JavaScript |
Answer» In JavaScript, built-in functions are the global functions that are called globally, rather than on an object. In this REFERENCE page, you will find all the JavaScript built-in functions and their PROPERTIES. For example, the parseInt() function RETURNS an integer from a GIVEN string value. |
|