Function Declaration vs Function Expression: What's the Difference?
Something interesting happens early on when you start writing JavaScript. You notice yourself that you are writing the same logic in multiple places multiple times..
Maybe you are calculating a total
learnjavascript-by-jarvis.hashnode.dev7 min read