Hacker News new | ask | show | jobs
by iroq 3224 days ago
>There is a const operator, which helps ensure primitives don’t get mutated. But anything that’s not a primitive is as malleable as jell-o

Making so many errors in a sentence about basic language features, when a big chunk of OP's article is argumenting that React Native is bad because JavaScript is bad... Maybe it would be less bad if OP actually learned the language?

1 comments

>Mutating a primitive

Makes me picture some language where you write "1 = 2" and from then on in your code all 1's are 2's.