Select the types of activity you want to include in your feed.
1String.prototype.meow = function () { 2 if (!this) return 'meow'; 3 return `${this}, meow`; 4}; 5 6console.log('hello'.meow());