If you look in the docs , it says that Object.Create():
Object.Create()
The Object.create () method creates a new object with the specified object prototype and properties.
I think this is ambiguous, because it does not say which property is prototypechanging ( all functions are internal [[Prototype]]or publicly available prototype). Should it be corrected in the documents or maybe I do not know the terminology?
prototype
[[Prototype]]
The wording of MDN may require some improvement, but the ECMAScript 5.1 specification, which is linked at the bottom of this article, is very clear.
Function.prototype. . prototype Function .
Function.prototype
Function
Source: https://habr.com/ru/post/1611565/More articles:Android Studio 1.4 does not allow Android module to depend on Java test modules - android-studioRequest a different collection for different variables in mongoengine and Django - pythonMVP :: event bus pattern instead of listener - javayii2 ActiveRecord findBySql - Содержимое ответа не должно быть массивом Ошибка - activerecordLightbox2 does not initiate - javascriptIncreasing the font size for hover links changes the background color, how do I stop this? - htmlWhy is the navigation box icon not displayed in the action bar? - androidsorted () with lambda function - pythonInstallation of a Sitecore installation with an error Could not open the XML file, system error: -2147024786 - installationwhy primitives are not valid - javaAll Articles