Jump to content

Schnappi

Members
  • Posts

    2
  • Joined

  • Last visited

Schnappi's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. O, hadn't seen that button. But that only gives me an emailaddress. Mailed the text above to it.
  2. The JavaScript Array Methods (Merging an Array with Values) example doesn't use array in it's example, it still uses an array like in the examples above it. The square brackets in the argument to concat should be removed, leaving 3 separate string arguments. I think example could be improved to something like: var arr1 = ["Cecilie", "Lone"]; var nephew = "Nick"; var myChildren = arr1.concat("Emil", "Tobias", "Linus", nephew);
×
×
  • Create New...