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; });