JSFiddle - React, Tailwind, and code Playground
by irinablue
JavaScript
function ppp() {
for (let i = 0; i <= 10; i++) {
console.log('log ', i);
if (i ) {
return null;
}
}
}
ppp();
by irinablue
function ppp() {
for (let i = 0; i <= 10; i++) {
console.log('log ', i);
if (i ) {
return null;
}
}
}
ppp();