Javascript Functions
What is Function?
As we all know Javascript Statements are executed in the order that we coded and there is a scenario when we need to execute a particular block of code whenever it is needed.
In such a case, we will give the block of code inside cur...
blog.quasarcommunity.org4 min read