Function Declarations vs Function Expressions (Beginner Friendly)
When writing JavaScript, you’ll notice that the same logic often repeats.That’s exactly why functions exist.
What functions are and why we need them
A function is basically a reusable block of code.
kumar-rishabh.hashnode.dev3 min read