Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Bandi committed Jul 7, 2014
1 parent badd386 commit 8fbc89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02-Language/02-LanguageConstructs/02-Objects/arrays.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ for (var i = 0, len = a.length; i < len; i++) {
}

//for (var i = 0, item; item = a[i++];) {
// console.log(a[i]);
// console.log(item);
//}

a.sort();
Expand Down

0 comments on commit 8fbc89d

Please sign in to comment.