The reason for the previous question is when calling the object, I guess that is somethng that is done, one can either call the object by var or the id. I guess, correction, one does not call an object but attempt to modify it in accordance with some legitimate purpose in the script.
It seems that you are saying that a variable is used to identify an object and the variable can be given a name and that is the identifier. So you said:
var myName; This is the declaration of the variable
myName = "Tut2.1" Tut2.1 is the identifier. Then, is the identifier also known as the id?
what
Exiria 3 hours ago
man i can't make an .js file .... why?
LoL12313213 3 days ago
You do a lot of shell script, don't you?
6dark6alex6 1 month ago
the green globe is too annoying and cursor movement is also fast..content is cool but needs to get the presentation right.
prakash2187 1 year ago
Awesome...Thanks..Keep up the good work...can u post some tutorials on using Dojo...Thanks
pimpledarse 1 year ago
i have to do madlib using java script. like write a senetence with blanks. and then the user will fill in the balnks. can some one help me do that.
iliketyreek 2 years ago
The reason for the previous question is when calling the object, I guess that is somethng that is done, one can either call the object by var or the id. I guess, correction, one does not call an object but attempt to modify it in accordance with some legitimate purpose in the script.
Aoudhubillahi 2 years ago
In your example:
var myName;
myName is the name or identifier of the variable, because when you refer to any value inside myName, you would use 'myName', e.g.
alert ( myName );
If you execute
myName = "Tut2.1"
"Tut2.1" is the VALUE (not the identifier). You might have confused DEFINING the variable with the definition (which is the value) as the identifier.
IDs are a completely different thing, they're to do with HTML attributes.
asib12 2 years ago
Thank you.
Aoudhubillahi 2 years ago
It seems that you are saying that a variable is used to identify an object and the variable can be given a name and that is the identifier. So you said:
var myName; This is the declaration of the variable
myName = "Tut2.1" Tut2.1 is the identifier. Then, is the identifier also known as the id?
Aoudhubillahi 2 years ago
It IS cool in the url bar.
zakomz 3 years ago
Good! Just keep up the good work!
BrightSky123456789 3 years ago