Closed aleclarson closed 6 years ago
Thoughts?
let foo: any # assign if `foo` is null foo ?= 1 # assign if `foo` is falsy foo ||= 1 # assign if `foo` is truthy foo &&= 1
I don't even have an assignment syntax at this point
Thoughts?