Advertisements
Advertisements
प्रश्न
Write a note on Library functions.
टिप्पणी लिखिए
उत्तर
Pre-defined functions are already defined in the JavaScript library which are also called Library functions. For example isNaN(), toUpperCase(), toLowerCase(), length(), alert(), prompt(),write() etc., are pre-defined functions.
shaalaa.com
JavaScript Functions
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
The parameters work as ______.
Larger programs are divided into smaller are called ______.
Which of the following is used to enhance reusability and program clarity.
What is a function in JavaScript?
What is the use of function?
Write a program in JavaScript to find the cube of a number using function.
Write a program in JavaScript to find the sum of 10 numbers using function?