Skip to content

Edit It: Does the return keyword cause an object to inherit its constructor's prototype?

Home>new Operator in JavaScript>Edit It: Does the return keyword cause an object to inherit its constructor's prototype?

Edit It: Does the return keyword cause an object to inherit its constructor's prototype?

This code shows that the return keyword does not cause an object to inherit its constructor's prototype property.

See it on StackBlitz