We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Página para ir recolectando apuntes interesantes para comentar en las reuniones de jsuc3m.
Comentarios de Adolfo en su blog
Presentación con los apuntes de Israel sobre los temas 2 y 3
delete jsproperty
in
prop in obj
for(var prop in obj)
apply
Two ways of creating objects
Access to the object properties: dot notation VS. [propName]
typeof, hasOwnProperty
typeof
hasOwnProperty
Using the prototype of an object
prototype
How to declare attributes in a function: using this.prop OR var prop
this.prop
var prop
Introduction to Objects II: use the name "property" in 2.4