Justin Ridgewell acdd3637bc Refactor
2017-06-07 03:22:51 -04:00

8 lines
58 B
JavaScript

a?.b = 42
a?.b?.c?.d = 42
a?.b?.c?.d++
a?.b?.c?.d += 1