|
|
|
|
|
by SamBam
1910 days ago
|
|
I've always felt similarly. Obviously using "=" comes from math ("let x = 1"), but I've always felt it was such a barrier to a newcomer. Both because of variable creation (it looks more like the answer to a problem, rather than the initial premise) and because then we have to add ungainly new symbols such as "==" and "===" to test for equality. |
|