JavaScript for impatient programmers (ES2020 edition)
This book makes JavaScript less challenging to learn for newcomers, by offering a modern view that is as consistent as possible. (more…)
Read more »
In the absence of a strong type system and a stateful paradigm, JavaScript developers need to be extra careful when managing state so that their code doesn’t become a tangled mess. Dealing with ansynchronicity can get especially messy. We can learn a lot … Read more