Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Techi602

    for ... in statement and order in Chrome

    var x; var mycars = new Array(); mycars[3] = "Saab"; mycars[1] = "Volvo"; mycars[0] = "BMW"; for (x in mycars) { document.write(mycars[x] + "<br />"); } all major browsers (IE, FF, O, S) sort items by the order when the item was added into array (Saab, VOlvo, BMW) however Chrome sorts items...

Part and Inventory Search

Back
Top