0
this.changeName does it has to be that exactly phrase
Hello world: So my question is this.changeName objectmethod name has to be always like that..? Can i say like this.changeCar or this.changeHouse or this.changeDog you get the idea right..? Thanks everybody
3 odpowiedzi
+ 2
there are some rules while creating variables
1-they start with a letter;you can not start with numbers
2-dont use reserved words,Escape sequences
3-try to use camel typo
check this link; you may like it
https://mothereff.in/js-variables
+ 1
you can set any name of your methods
+ 1
I see got it man I appreciated again you answer