β Its a simplification of my fucntion
β Every waits for a bool, so when i have my res iβll give it a true
β It doesn't make sense because it doesn't matter
β But in order to chage a couple of objects and then say if(changed) {
next api call
}
β async x => await fn(x)
Is equivalent to:
x => fn(x)
Is equivalent to:
fn
β Array.prototype.every doesn't understand async functions
β So it will always return true