#html5
Read more stories on Hashnode
Articles with this tag
Today we'll be taking a look at SCOPES and CONTEXT in JAVASCRIPT WHAT IS SCOPE? In simpler terms, a scope is a value given to the variable. There are...
Before proceeding further let's actually give ourselves some data to work on. let students = [ {name: "Andy", section:"A", age: 18 }, {name:...
Today we'll be learning everything about higher-order functions. What is a higher-order function? Well, the general definition of a higher-order...