1. Function Statement A function statement is a simple way of creating a function: function a() { console.log("a called"); } This simple way of creating a function is known as a function statement. 2. Function Expression A function expression is w...
bhaveshjadhav.hashnode.dev5 min read
No responses yet.