diff --git a/input/3_time.md b/input/3_time.md index f7b208c..43c2d17 100644 --- a/input/3_time.md +++ b/input/3_time.md @@ -225,7 +225,7 @@ Again, expressed as code: b = other.value; // This filters out duplicate keys in the hash (Object.keys(a) - .concat(b)) + .concat(Object.keys(b))) .sort() .filter(function(key) { var isDuplicate = (key == last);