Simple concepts of Modern JavaScript
Before I start, please note that this post is me trying to explain these concepts to myself so make sure I fully understood them and have these notes when I needed. There is much more to these concepts, but my notes will be summarized as very basic e...
pachicodes.hashnode.dev4 min read
Favourite Jome
Software Engineer @bug0
Hello @pachi Nice and simple explainations
But I noticed at
//arrow function const = () => {console.log('Hello')}Variable
constshould have a variable name. So as for it to be called later on.