UNPKG

firescript

Version:
10 lines (8 loc) 101 B
{ constructor () { this.fruit = 'banana'; } getFruit () { return this.fruit; } }EOF