We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
With syntax like:
obj = { prop: function -> 42 prop: function (item) -> alert item }
↓
var obj; obj = { get prop(){ return 42; }, set prop(item){ return alert(item); } };