Functions in JavaScript
In this blog, we will learn about functions like any other programming language JavaScript also has functions that help us to perform the same task again and again without writing the same code again.
1. Function
Syntax:
functionName = Name of t...
vanshsharma.hashnode.dev3 min read
John Palmgren
Great post Vansh. I didn't know about Hoisting. Are there any other differences between regular functions and arrow functions? I've heard that there are but I don't know what they are.