Friday, March 7, 2014

Arrays

arrays are sets of data, both strings and numbers can be in an array at the same time, arrays are stored in variables

var myarray[4, "annoying", "food" 5]

1 comment:

  1. You are missing an assignment operator (=) here, but you have the basic idea.

    ReplyDelete