|
|
|
|
|
by CJefferson
1112 days ago
|
|
My experience of doing maths in JavaScript was terrible. Fairly simple things like [1,2] < [10,2] return false (unlike every other language I’ve ever used), as < is implement by converting to strings, then comparing. Is that fixed by Typescript, or does it inherit all those kinds of weird JavaScript behavior? |
|