Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Bandi committed Aug 26, 2014
1 parent 0b73d40 commit 3d87e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02-Language/01-BadParts/shorties.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ typeof NaN
Math.min() < Math.max()

var ar = ['i', 'j', 'k'];
for(v in ar){ console.log(tt) };
for(v in ar){ console.log(v) };


print = function(v){console.log(v); return v;};
Expand Down

0 comments on commit 3d87e74

Please sign in to comment.