Issues 共 9
Increment and Decrement
#12 · theonlypwner · 2025-08-10
Prior Art: C# 14
#11 · theonlypwner · 2025-08-10
Nice catch!
#10 · drpicox · 2024-09-10
What value does the assignment evalute to?
#9 · bakkot · 2024-06-05
Implementations: Babel
#7 · coderaiser · 2023-09-27
Optional assignment that creates keys if they dont exist
#6 · lilnasy · 2023-07-17
Short-circuit execution of the RHS
#5 · jordanbtucker · 2023-07-16
Silent failure of an assignment seems likely to cause hard-to-find bugs.
#3 · brad4d · 2023-07-06
Doesn't this encourage inefficient coding?
#2 · brad4d · 2023-07-06
Must the optional chain end with `.?propName`?
#1 · brad4d · 2023-07-06