5 ms·
Then this is not related to async/await but regardless even then JavaScript has always had the ability to change the writability of properties such that trying
by thysultan 5y ago
Then this is not related to async/await but regardless even then JavaScript has always had the ability to change the writability of properties such that trying to change a property in an object will yield a no-op with Object.defineProperty, and now with newer features like Object.freeze and private properties.