Do you know JavaScript?
Do you know Javascript? The language we all love has some weird and sometimes unexpected behaviours.
It is a good idea to know them, mostly to avoid unexpected bugs and unpleasant surprises.
Do you want an example?
const a = 0.1;
const b = 0.2;
const...
balastrong.hashnode.dev2 min read