DS
Size: a a a
DS
BB
DS
🚀🚀
const add4 = (() => {
let x = 0
return add({
get x() {
x += 1
return 5
}
})
})()
const add5 = (() => {
let x = 0
return {
add5: add({
get x() {
x += 1
return 5
}
}),
getState: () => x
}
})()
🚀🚀
🚀🚀
const add5 = (() => {
let x = 0
return {
add5: add({
get x() {
x += 1
return 5
}
}),
getState: () => x
}
})()
🚀🚀
BB
🚀🚀
BB
🚀🚀
🚀🚀
🚀🚀
🚀🚀
BB
🚀🚀
🚀🚀
n
BB
BB