General Built-in Functions
Learn to use the predefined utility functions available in JavaScript.
We'll cover the following
Built-in functions
JavaScript provides built-in utility functions that make it easier for programmers to perform routine tasks. The best-known built-in functions are length
, prompt()
, and console.log()
.
Get hands-on with 1200+ tech skills courses.