From 81aac2d071dc6ec116ce1e163b516c1067611f06 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 27 Jul 2015 11:14:54 -0500 Subject: [PATCH] Update index.html Line 795: expected should equal [654356453, 675465] not [675465, 654356453]. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 7355387..2fc4f29 100644 --- a/index.html +++ b/index.html @@ -792,7 +792,7 @@

Exercise 8: Chain filter and map to collect the ids of videos that have a ra function(str) { var fun = eval("(" + str + ")"), videoids = fun(), - expected = '[675465,654356453]'; + expected = '[654356453, 675465]'; // Sorting by video id videoids = videoids.sortBy(function(v) { return v; });