|
|
|
|
|
by yarinr
1995 days ago
|
|
> const o = {}; o.prop = "something"; // oh, actually, o.prop = 5; Care to share some examples / use cases where using these language characteristics can result in better, more expressive, more readable code? (Not saying there aren't. I've been wondering about it myself and am genuinely curious) Thanks! |
|