Javascript Functions
What is a Function in JavaScript?
A function is a block of reusable code written to perform a specific task.You can think of a function as a sub-program within the main program. A function consists of a set of statements but executes as a single unit...
navdeep167.hashnode.dev2 min read