Comment by meiraleal
> If the colon character were the universal assignment character the language wouldn’t need == or === for comparison because = would be enough.
You would need to break a few basic JS premises too:
0 = false
0 != false
> If the colon character were the universal assignment character the language wouldn’t need == or === for comparison because = would be enough.
You would need to break a few basic JS premises too:
0 = false
0 != false