UNPKG

firescript

Version:
14 lines (11 loc) 163 B
class Banana { constructor () { this.fruit = 'banana'; } get item () { return this.fruit; } set item (value) { return this.fruit; } }EOF