Reference and value
December 16, 2020The concept of reference and value.
Written by Wei Zhang (Noah) who lives and works in Melbourne as a front-end developer.
The concept of reference and value.
Let's discuss the meaning of 'this'.
Let's discuss the difference between var, const and let.
The JavaScript querySelector() method lets you retrieve an element from the DOM, or the web page, using a CSS selector. This method comes…
This is about the cons of using redux in a react app.
Let's start with the first and the main concept, how to start to build a react application
