Computer Science, asked by khareomkar5, 2 months ago

iii)Explain the built-in functions in JavaScript​

Answers

Answered by sheetalverma212001
2

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.

Similar questions