#reactjs
Read more stories on Hashnode
Articles with this tag
It is a 4 step process that the browser goes through to render our webpage, it involves: 1.) Conversion 2.) Tokenizing 3.) Lexing 4.) DOM...
Understand Higher Order Function and first-class functions. ยท Here I was, learning Javascript and I came across this definition on MDN - JavaScript is...