Earlier quoted context omitted.
I like lua better because its minimalist. Javascript feels like a kitchen sink language. Otoh, missing ++, +=, ..= operators really bothers me. But that's just personal taste, not objective by any means.
Yeah. I think if I were to pick one reason, it would be Lua is "minimalist". But, like I wrote, maybe, it too, would have just had lots of stuff added onto it if it had been in the browser. Hard to say. I love ++, but you know what? I was shocked when a co-worker pointed out that it is frowned upon to use ++ in javascript. It some big companies, their linter settings mark ++ as something that should be changed. https…
Appearently its really confusing if you put a bunch of newlines between the ++ operator and its ophand. No kidding.