Media is too big
VIEW IN TELEGRAM
Assalomu alaykum 🙂
Kunlik ish jarayonidan bir lavha 🫀
Kunlik ish jarayonidan bir lavha 🫀
Media is too big
VIEW IN TELEGRAM
Birodar! Seni mayda narsalar sindirib yubormasin 💪
function createCounter() {
let count = 0;
return () => console.log(++count);
}
const counter1 = createCounter();
const counter2 = createCounter();
counter1();
counter1();
counter2();
counter2();