Remix.run Logo
gucci-on-fleek 4 days ago

> The equal sign should be reserved for comparisons, because that is what it means in mathematics.

"let x = 1" has the same meaning in mathematics as well as JavaScript and Rust.

yawaramin 4 days ago | parent [-]

In Rust yes, in JavaScript not really.

qayxc 4 days ago | parent [-]

In JS it would be const x = 1, which would be equivalent again.