Everything about Functions in JavaScript
Functions solve one of the most fundamental problems that humans have, “automating repetitive work”. Understanding functions ensure a happy married life with JavaScript.
So let’s start with creating a function. There are 2 ways to do so:
Named funct...
akashsdas.hashnode.dev6 min read