The wonderfully ̶b̶r̶o̶k̶e̶n̶ quirky world of JavaScript
An overview of the Javascript type system, explaining coercion, equality, pitfalls, drawbacks, and benefits. Comparison with typescript as well. (more…)
Read more »
Disclaimer: Here I talk about how javascript handles code execution and
why it’s a terrible idea to trust its built-in intervals to work
accurately, if you just want to see some code, you can take a look at
this component
… Read more