what is built in function in java script write built in function used in java script
Answers
Answered by
2
Answer:
JavaScript has several "top-level" built-in functions. JavaScript also has four built-in objects: Array, Date, Math, and String. Each object has special-purpose properties and methods associated with it. JavaScript also has constructors for Boolean and Number types.
Similar questions