Imgflip Logo Icon

Mocking Spongebob

Mocking Spongebob Meme | function spongebobCase(str) {
    let ret = "";
    for ( let i = 0;  i < str.length;  i++ ) {
        ret+= i%2==0 ? str[i].toLowerCase() : str[i].toUpperCase()
    }   
    return ret;

}; yOu dOn't hAvE To cOmMeNt iF YoU WrItE GoOd cOdE | image tagged in memes,mocking spongebob | made w/ Imgflip meme maker
243 views Made by BrendanBlack 3 years ago
Mocking Spongebob memeCaption this Meme
Mocking Spongebob memeCaption this Meme
Created with the Imgflip Meme Generator
IMAGE DESCRIPTION:
function spongebobCase(str) { let ret = ""; for ( let i = 0; i < str.length; i++ ) { ret+= i%2==0 ? str[i].toLowerCase() : str[i].toUpperCase() } return ret; }; yOu dOn't hAvE To cOmMeNt iF YoU WrItE GoOd cOdE