Cazpa.com PHP Developer & Website Designer

24Jan/1019

Javascript Tutorial – 6 – Arrays

visit www.thenewboston.com for all my tutorials!

No related posts.

About Daniel Smith

I am the boss around here, if you need anything then send me a message :))

Popular Content & Keywords

add update delete in php,depositfiles hack,warning: mail() [function mail]: smtp server response: 554 the message was rejected because it contains prohibited virus or spam content in,rails vs php performance,add update delete records from sql server using php,php define variable,php add update delete,php tutorial deutsch,warning: mail() [function mail]: smtp server response: 554 the message was rejected because it contains prohibited virus or spam content,tutorial create contact form in dreamweaver php,ruby on rails vs php 2010,php tutorial // user registration w/ sql,,send emails with a web form: php scripting,php tutorial - register form insert into database
Comments (19) Trackbacks (0)
  1. I am only 11 and have found your tutorial very helpfull indead.

  2. thanks man. that was helpful

  3. Thanks a bunch

  4. i am 11 to im learning javascripting too it aint easy

  5. Your tutorials are 1 of the best tutorials ,
    you’re explanation is really clear.

  6. Fantastic Tutorial!
    thanks so much!

  7. I applaud your ambition. Keep at it and you will have an advantage over others of your age group and jump-start your career as a developer (if that is your goal).

  8. Why do we need to type “new Array”?

    If we are referencing this array a second time, do we still type “new”?

  9. When you create a new array then you type : new Array(). Just think of it as, I want to make a completely NEW array so I type,

    var names2 = new Array(”name1″,”name2″);

    When you’re referencing them you don’t need to make a new array no.

    Just use alert(names1[0]); No need for the new keyword there.

  10. u can use array literal

  11. im starting this and im turing 14
    good job

  12. DOOD USE CAM TASIA STUDIO IT’S CLEARER Sorry i had caps lock on

  13. These tutorials ae fantastic!!
    i have learned basic HTML and JavaScript in 2 days!
    GREAT JOB!!! :D

  14. This is realy very good. I had always problems to learn it but here it goes like nothinh. Thanks!

  15. Great tutorial better thab big thick expensive book

  16. jeah, I remember having the same syntax at lerning processing. It was a good refresher!

  17. No, when reference an array it’s just like any variable, just call it’s name.

    Also, you don’t have to use “new Array();”. You can just use square brackets as a shortcut:

    var x = ["item1", "item2", 3, z];

    or to have a blank array:
    var x = [];

    and you can add elements without having to refer to the index by using .push:

    x.push(”item1″);
    x.push(”item2″);

  18. I really like your tuts, they’re very easy to understand and everything is perfectly legible on the screen;
    good job and keep it going THE NEWBOSTON,
    woooooooooo!!!

  19. thank you


Leave a comment

You must be logged in to post a comment.

No trackbacks yet.

Powered by WordPress Lab