I love the Primeagen
You know I started this video hoping someone would punch this man in the broomhilda mustache, but I ended it less so
Man that first YT comment really hits:
"This game started with āi donāt know jsonā and ended with āokay, i dont even know jsā
I donāt think thereās many people that know all that unless youāre a Kyle Simpson (you donāt know JS) typeā¦
Type coercion is probably the worst thing about JS.
Maybe thats why its so slowā¦
If you look at the spec and how the inbuilt method implement in C++, it a whole heap of if statements checking all the arguments and types ectā¦
Thats why a lot of the time your built from scratch algorithms run faster than native methods⦠it just bypasses all the checks⦠it either runs or throws