Help me pull out the first letters to get CSS. | Sololearn: Learn to code for FREE!
Nowy kurs! Każdy programista powinien nauczyć się Generative AI!
Wypróbuj darmową lekcję
0

Help me pull out the first letters to get CSS.

function acronym(CSS) { CSS.replace(/\s\w/g, el => el.toUpperCase() return el); } console.log(acronym(" cascading style sheets "))

15th May 2021, 12:00 PM
Тимур Завьялов
Тимур Завьялов - avatar
1 Odpowiedź
15th May 2021, 12:22 PM
Matias
Matias - avatar