ServiceNowDevProgram / SlackerBot

The official application repository for the bot @Slacker on the sndevs.com workspace.
https://github.com/ServiceNowDevProgram/Hacktoberfest
14 stars 115 forks source link

Create a parser that converts text to sPonGeBoB case #194

Closed wiz0floyd closed 8 months ago

chelming commented 1 year ago
"this is a string".split('').map(e => (Math.floor(Math.random() * 2) ? e.toUpperCase() : e.toLowerCase())).join('').replaceAll('I','i').replaceAll('l','L');
thexahmed00 commented 1 year ago

can you assign me this issue

earlduque commented 1 year ago

Let me make sure es2021 is turned on

chelming commented 1 year ago

hey @thexahmed00, any updates?

earlduque commented 1 year ago

Sorry for the delay, ECMAScript 2021 (ES12) is indeed turned on

RaunakScarlet commented 12 months ago

i am taking this one