en.javascript.info icon indicating copy to clipboard operation
en.javascript.info copied to clipboard

Inaccuracy regarding prototype property

Open Alexandre887 opened this issue 2 years ago • 1 comments

Alexandre887 avatar Nov 17 '23 22:11 Alexandre887

This may need further clarification to include even other cases such as:

const method = { foo() {} }.foo;
const arrowFunction = () => {};
async function asyncFunction() {}

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/prototype

smith558 avatar Feb 14 '24 08:02 smith558