Functions in Java Script
Functions :
A function means a block of code is first created and whenever the block of code is required it will be called. To avoid repeating the same code again and again all over places, we can use a function to wrap that code and reuse it. It hel...
kapil2.hashnode.dev6 min read