Function Declaration & Expression
What is a Function?
Function-
is a block of code that encapsulates with self contained behavior.
is a set of organized instructions towards specific functionality.
code inside it runs only when it needed.
creates reusable code.
Declaration-
Decl...
mdarif.hashnode.dev2 min read