Function Declaration vs Function Expression: What’s the Difference?
In JavaScript, the function keyword does a simple job: creates a function. However, the way you define a function using the keyword can create functions with different properties.
What functions are
dipanshu-dns-record.hashnode.dev6 min read