#strings
Read more stories on Hashnode
Articles with this tag
Strings ยท Solution function likes(names) { if (names.length >= 4){ return `${names[0]}, ${names[1]} and ${names.length - 2} others like this`; } ...