bonjour
dans le code suivant
pourquoi réécrire this.color=theColor ?
pourquoi pas this.theColor=theColor; ?
quelle différence y a t il entre color ( apres this.) et theColor ( en argument de test) ?
this peut il être renommer that ?
Merci
Modifié par 75lionel (10 Sep 2015 - 22:16)
dans le code suivant
function test (theColor) {
this.color = theColor;
}
pourquoi réécrire this.color=theColor ?
pourquoi pas this.theColor=theColor; ?
quelle différence y a t il entre color ( apres this.) et theColor ( en argument de test) ?
this peut il être renommer that ?
Merci
Modifié par 75lionel (10 Sep 2015 - 22:16)