Different ways to Create functions in Javascript
Today, we will learn different ways to create functions in Javascript.
Before starting, a reminder about what is a function:
A Function is a block of statements that is designed to perform a particular task.
//defining a function
function test(){
...
negi.hashnode.dev3 min read