Javascript Tutorial – Function in Javascript

Function in Javascript Before understanding function in Javascript, Let’s take an example of Test Case, where we have to add 2 numbers multiple times, then what can we do, You might say that we can write the code to add 2 numbers that many times or we can use loops, and Yes, We can do … Read more