Function Declaration vs Function Expression
What functions are and why we need them?
In programming it is always a good practice to follow DRY (Do not Repeat Yourself). Which means not to repeat same piece of code again and again. To do this fu
skullcoder.hashnode.dev4 min read