No Image

Javascript – Algorithm (3)

November 4, 2020 hung-nb 0

How to add a delay inside a loop? Asynchronous process Synchronous process for… while… How to sort an array effeciently? Use https://github.com/jherax/array-sort-by How to count […]

No Image

React -Algorithm

May 26, 2020 hung-nb 0

How to force useEffect to be called every time component is called? Example Solution By this way, every time you are back to parent component […]

No Image

JavaScript – Algorithm (1)

May 18, 2020 hung-nb 0

Basic – Syntaxes What is “truthy”? What is the difference between null and undefined? null value: null, type: object undefined value: null, type: undefined What’s […]