MIRROR: javascript for 馃悳's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 6 lines 125 B view raw
1String.prototype.meow = function () { 2 if (!this) return 'meow'; 3 return `${this}, meow`; 4}; 5 6console.log('hello'.meow());