```js Promise['all']; // error Avoid using non-standard 'Promise.undefined' promise/spec-only var method = 'all'; Promise[method]; // error Avoid using non-standard 'Promise.method' promise/spec-only ```