Imgflip Logo Icon

JavaScript in a nutshell

JavaScript in a nutshell | for (let i = 0; i < 10; i++) {
console.log(i);
}; ((f,m,s=0,x=0,y=0)=>{
while(true){x!==m||(_=>{throw "done"})();f(x);x++;
}})(console.log,10);; let loop = (t,f)=>{new Array(t).fill("").forEach(f)};
loop(10,console.log); | image tagged in bell curve,firstmeme | made w/ Imgflip meme maker
14 views Made by iamgegnotsteve 1 week ago in programming
Created with the Imgflip Meme Generator
IMAGE DESCRIPTION:
for (let i = 0; i < 10; i++) { console.log(i); }; ((f,m,s=0,x=0,y=0)=>{ while(true){x!==m||(_=>{throw "done"})();f(x);x++; }})(console.log,10);; let loop = (t,f)=>{new Array(t).fill("").forEach(f)}; loop(10,console.log);