Skip to content

Instantly share code, notes, and snippets.

@aaronpowell
Created September 11, 2011 23:00
Show Gist options
  • Select an option

  • Save aaronpowell/1210243 to your computer and use it in GitHub Desktop.

Select an option

Save aaronpowell/1210243 to your computer and use it in GitHub Desktop.
Q9 - It doesn't add up
var a = [1,2,3],
b = [4],
c = [5, 6];
console.log(a + b + c);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment