Conflicting info on prototype inheritance. First the docs say not to assign the prototype property directly, then later the example does just that.
url: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Inheritance_and_the_prototype_chain
don't set .prototype

later example sets .prototype

I'll pick this up.
For context, see this msg on MDN web docs
Thank you, @jchimene
Thank you, @jchimene
onward thru the fog!
Was looking for an issue to pick up and I think this can be closed by https://github.com/mdn/content/pull/2747!
Was looking for an issue to pick up and I think this can be closed by #2747!
Thanks much @amyrlam — will close this out with a link to the associated commit
Fixed by 55715e8