javascript-tutorial / en.javascript.info

Modern JavaScript Tutorial
https://javascript.info
Other
23.13k stars 3.84k forks source link

Update __proto__ to Object.create #3623

Open itsmohamedyahia opened 7 months ago

itsmohamedyahia commented 7 months ago

Closes #3601, replaced __proto__ property way of instantiating objects based on a prototype with Object.create.

CLAassistant commented 7 months ago

CLA assistant check
All committers have signed the CLA.