From 3d87e7415140bc4fc80aed251016804c54b69ccd Mon Sep 17 00:00:00 2001 From: Jonas Bandi Date: Tue, 26 Aug 2014 22:03:15 +0200 Subject: [PATCH] Fixing typo --- 02-Language/01-BadParts/shorties.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-Language/01-BadParts/shorties.js b/02-Language/01-BadParts/shorties.js index 60ea0b9..7993e45 100644 --- a/02-Language/01-BadParts/shorties.js +++ b/02-Language/01-BadParts/shorties.js @@ -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;};