Talking about JavaScript function
What is Function in JavaScript?
In JavaScript, functions are defined with the 'function' keyword.
There is an another way to define a function, called 'Arrow Function'.
Declaration a Function
Syntax
function firstFunction () {
// Code here ......
injamulcse15.hashnode.dev2 min read