daikiki@lemmy.world to A Boring Dystopia@lemmy.world · 15 days agoMaybe I'll just switch back to hotbotlemmy.worldimagemessage-square70linkfedilinkarrow-up1292arrow-down16
arrow-up1286arrow-down1imageMaybe I'll just switch back to hotbotlemmy.worlddaikiki@lemmy.world to A Boring Dystopia@lemmy.world · 15 days agomessage-square70linkfedilink
minus-squarejtrek@startrek.websitelinkfedilinkarrow-up3·14 days ago const countOfT = (word) => word.split('').filter(i => i === 't').length countOfT('colonialism') 0 countOfT('this is an example sentence') 2 There’s probably a more elegant way to do it.
minus-squareMwa@thelemmy.clublinkfedilinkEnglisharrow-up1arrow-down1·14 days agonice to know that does not need AI ig
const countOfT = (word) => word.split('').filter(i => i === 't').length countOfT('colonialism') 0 countOfT('this is an example sentence') 2There’s probably a more elegant way to do it.
nice to know that does not need AI ig