Search posts, tags, users, and pages
Pachi
DevRel Engineer/ Streamer
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...
Favourite Jome
Software Engineer @bug0
Hello @pachi Nice and simple explainations
But I noticed at
//arrow function const = () => {console.log('Hello')}
Variable const should have a variable name. So as for it to be called later on.
const
Thank you! I will fix that
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.