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
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.
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.
Summary: Hi, Is there any built-in functions for regular expression in Javascript? I thought grep or map could be the part of javascript function but I think it's not. ANy help would be greatly apprecia...
Summary: Hi, I'm beginner for javascript programming. I'm trying to do change the color of the image(Rectangle) by prompting user to enter the color. I have written following: function changeColor(){ var ...
Summary: hey, i have no idea how to write javascript...i want a page to check the contents of another frame (the file that is loaded in that frame) and if they are correct, to do nothing, but if they need to b...