UNPKG

firescript

Version:
10 lines (8 loc) 109 B
class Banana { constructor () { this.fruit = 'Banana' } getFruit () { return this.fruit } }