Javascript Functions and Arguments
1. Defining Functions
A function in JavaScript is a block of code designed to perform a specific task. A function is executed when it is invoked (called).
There are several ways to define a function in JavaScript:
a. Function Declaration
This is the ...
blog.wasimakram.in3 min read