Create
Make a Meme
Make a GIF
Make a Chart
Make a Demotivational
Mocking Spongebob
share
254 views
•
Made by
BrendanBlack
4 years ago
memes
mocking spongebob
Caption this Meme
Add Meme
Add Image
Post Comment
Show More Comments
Caption 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