From de660c8b76ef63b742a8d89b1fe51b5c28cc1a0b Mon Sep 17 00:00:00 2001 From: Quinn-H Date: Sat, 4 Mar 2017 04:19:44 +1300 Subject: [PATCH] add missing the letter i --- .../intermediate-algorithm-scripting.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/02-javascript-algorithms-and-data-structures/intermediate-algorithm-scripting.json b/challenges/02-javascript-algorithms-and-data-structures/intermediate-algorithm-scripting.json index 5510524e8d..3e469d0842 100644 --- a/challenges/02-javascript-algorithms-and-data-structures/intermediate-algorithm-scripting.json +++ b/challenges/02-javascript-algorithms-and-data-structures/intermediate-algorithm-scripting.json @@ -696,7 +696,7 @@ "assert.deepEqual(fearNotLetter('abcdefghjklmno'), 'i', 'message: fearNotLetter(\"abcdefghjklmno\") should return \"i\".');", "assert.deepEqual(fearNotLetter('stvwx'), 'u', 'message: fearNotLetter(\"stvwx\") should return \"u\".');", "assert.deepEqual(fearNotLetter('bcdf'), 'e', 'message: fearNotLetter(\"bcdf\") should return \"e\".');", - "assert.isUndefined(fearNotLetter('abcdefghijklmnopqrstuvwxyz'), 'message: fearNotLetter(\"abcdefghjklmnopqrstuvwxyz\") should return undefined.');" + "assert.isUndefined(fearNotLetter('abcdefghijklmnopqrstuvwxyz'), 'message: fearNotLetter(\"abcdefghijklmnopqrstuvwxyz\") should return undefined.');" ], "type": "bonfire", "MDNlinks": [