From b81567f02f1256036f04e227c89b2032e68520d1 Mon Sep 17 00:00:00 2001 From: ckylee Date: Tue, 28 Jul 2015 00:49:09 +0800 Subject: [PATCH 1/2] Update basic-bonfires.json Temporary fix to bug found in "Everything Be True" bonfire mission (additional test case to prevent "return collection[0].hasProperty(pre)" from passing) --- seed_data/challenges/basic-bonfires.json | 1 + 1 file changed, 1 insertion(+) diff --git a/seed_data/challenges/basic-bonfires.json b/seed_data/challenges/basic-bonfires.json index b714a136cb..5d81301776 100644 --- a/seed_data/challenges/basic-bonfires.json +++ b/seed_data/challenges/basic-bonfires.json @@ -1421,6 +1421,7 @@ "tests": [ "assert.strictEqual(every([{'user': 'Tinky-Winky', 'sex': 'male'}, {'user': 'Dipsy', 'sex': 'male'}, {'user': 'Laa-Laa', 'sex': 'female'}, {'user': 'Po', 'sex': 'female'}], 'sex'), true, 'should return true if predicate returns truthy for all elements in the collection');", "assert.strictEqual(every([{'user': 'Tinky-Winky', 'sex': 'male'}, {'user': 'Dipsy', 'sex': 'male'}, {'user': 'Laa-Laa', 'sex': 'female'}, {'user': 'Po', 'sex': 'female'}], {'sex': 'female'}), false, 'should return false if predicate returns falsey for any element in the collection');" + "assert.strictEqual(every([{'user': 'Tinky-Winky', 'sex': 'female'}, {'user': 'Dipsy', 'sex': 'male'}, {'user': 'Laa-Laa', 'sex': 'female'}, {'user': 'Po', 'sex': 'female'}], {'sex': 'female'}), false, 'should return false if predicate returns falsey for any element in the collection');" ], "MDNlinks": [ "Object.hasOwnProperty()", From 03229bd021db67683238187623db2d0bdf229915 Mon Sep 17 00:00:00 2001 From: Juan David Pastas Date: Mon, 3 Aug 2015 17:33:14 -0500 Subject: [PATCH 2/2] Language typo. --- seed_data/field-guides.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed_data/field-guides.json b/seed_data/field-guides.json index 3e269ec356..f87bdc740b 100644 --- a/seed_data/field-guides.json +++ b/seed_data/field-guides.json @@ -1136,7 +1136,7 @@ "description": [ "
", "

Translation is an all-or-nothing proposal.", - "

We won't be able to add new languages to Free Code Camp until all of our challenges are translated into that langauge.

", + "

We won't be able to add new languages to Free Code Camp until all of our challenges are translated into that language.

", "

In addition to translating these initially, we'll also need to maintain the translation as the challenges are gradually updated.

", "

If you're able to help us, you can join our Trello board by sending @quincylarson your email address in Gitter.

", "
"