Functions in JavaScript
Hi Guys!!..In this article , let's learn about Functions in JavaScript.
Function definition:
A Function is a set of statements that take input, do some computation & produces output.
The idea of a Function is to put some commonly or repeatedly done ...
usha.hashnode.dev6 min read