filmov
tv
JavaScript: Creating Clean Objects

Показать описание
Objects created in the normal way (curly brackets) will automatically inherit some properties and methods from the Object prototype. This is normally OK but in some cases you may wish to start with a completely clean object, and in this video I show you how.