JavaScript can be quite “fast” if you’re not copying an array 30 times to get one number out of it.
Yeah. It’s still slow, as it were. But the JavaScript community also very much aligns with various functional programming ideals like immutability, which takes “kind of slow” to “immensely slow”.