Advanced javascript: questions and answers + some basic problems and their solution with javascriptMay 8, 2021May 8, 2021
10 things I learned about react.JS todayVirtual dom and how it works: React makes the DOM tree-like structure of all the components internally called the virtual dom. It is a copy…May 7, 2021May 7, 2021
ES6 Methods that made coding in javaScript easierconst: u can declare variables using const. Variables declared using const are constants, meaning their value can not be changed once set…May 6, 2021May 6, 2021
10 JavaScript methods I use daily as a junior web developerArray.map(): This method returns a new array with the result of calling a function for every item in the array.May 5, 2021May 5, 2021