Functions in JS: Learn code reusability and Modularity
What are functions?
Functions are the basic building blocks of any programming language. They allows us to call the same code any number of times thereby preventing repetition. Prompt(), alert() all of these are in-built functions of JavaScript.
How ...
kossblogs.hashnode.dev2 min read