UNPKG

happy-everyday

Version:

8 lines 128 B
class happy { constructor() { this.person = 'JOJO' } say() { return "Have a nice day" } }