Computing.Net > Forums > Programming > Javascript help

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Javascript help

Reply to Message Icon

Name: priti
Date: March 9, 2004 at 19:33:44 Pacific
OS: Win 2000
CPU/Ram: P3
Comment:

Hi,
Does Javascript has List data structure? I am unable to find any reference on the web. I am trying to compare List in Javascript and in Perl. But I couldn't find any detail on the web and not even in the reference book which I'm refereing.
Thanks for help.



Sponsored Link
Ads by Google

Response Number 1
Name: Don Arnett
Date: March 9, 2004 at 20:58:11 Pacific
Reply:

Best Javascript link that I know of.

http://www.devguru.org/Technologies/ecmascript/quickref/javascript_intro.html

I didn't see a mention of a list object.


0

Response Number 2
Name: priti
Date: March 9, 2004 at 21:11:07 Pacific
Reply:

Thanks Don.
I did check that also before. I think Array is list in Javascript. What do you think?
e.g arr = new Array(2,3,4);
and (2,3,4) is the list of the elements.
This is my assumption. Correct me if I am wrong.


0

Response Number 3
Name: raylu
Date: March 10, 2004 at 18:26:56 Pacific
Reply:

I'm not sure what you mean by list or elements, but in your example, 2,3,4 are the things in the array.
arr[0]=2
arr[1]=3
arr[2]=4
if thats what you mean.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Javascript help

Javascript help www.computing.net/answers/programming/javascript-help/9864.html

Javascript help www.computing.net/answers/programming/javascript-help/8230.html

Javascript Help www.computing.net/answers/programming/javascript-help/3967.html