KS
Size: a a a
KS
I,
a
A
DD
I,
a
А
A
DD
DD
н#
VM
VM
L
""?F
x = "house";
let x = "house";
A
""?AP
""?VM
""?🧨
const infinite = (a) => {
let total = a
const func = (b) => {
total += b
return func
}
func.toString = () => total
return func
}