Function in JavaScript | Types, Example
A function in JavaScript is a block of code that contains a group of instructions to perform a particular task. In other words, a function groups a number of program statements in a single unit to perform a particular task. For example, write() is an in-built JavaScript function that is … Read more