#es6
Read more stories on Hashnode
Articles with this tag
Today, we will learn different ways to create functions in Javascript. Before starting, a reminder about what is a function: A Function is a block of...
Let's learn about let and const variables Before ES6, the only way you can create a variable in javascript was by using the var keyword: var x =...