AM
Size: a a a
AM
AM
let arrStaff = []
let arrBranches = [];
let arrDeps = [];
let arrTaskAll = [];
AM
AM
AM
AM
НС
НС
const zero = async () => 0
const run = async () => {
for (let x = 0; x <= 0; x++) {
const obj = { f: { BOO: true, nah: 0 } }
const value = {
foo: await zero(),
bar: obj.f?.nah,
};
console.log(value);
const y = 0
const z = () => y
console.log('So z is not unused', z());
}
};
run()
F
НС
F
НС
t
const zero = async () => 0
const run = async () => {
for (let x = 0; x <= 0; x++) {
const obj = { f: { BOO: true, nah: 0 } }
const value = {
foo: await zero(),
bar: obj.f?.nah,
};
console.log(value);
const y = 0
const z = () => y
console.log('So z is not unused', z());
}
};
run()
{
foo: Promise,
bar: 0
}
"So z is not unused", 0
S
{
foo: Promise,
bar: 0
}
"So z is not unused", 0
t
НС
{
foo: Promise,
bar: 0
}
"So z is not unused", 0
В
const zero = async () => 0
const run = async () => {
for (let x = 0; x <= 0; x++) {
const obj = { f: { BOO: true, nah: 0 } }
const value = {
foo: await zero(),
bar: obj.f?.nah,
};
console.log(value);
const y = 0
const z = () => y
console.log('So z is not unused', z());
}
};
run()
t