From d9067f521b84d370e9ece209c91aa9b253a7dec8 Mon Sep 17 00:00:00 2001 From: Logan Tegman Date: Wed, 7 Oct 2015 22:26:09 -0700 Subject: [PATCH] Fix BF Arguments Optional Links Swapped out link to Function Objects for link to Closures --- challenges/intermediate-bonfires.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/intermediate-bonfires.json b/challenges/intermediate-bonfires.json index cc15964181..4dee86a7a2 100644 --- a/challenges/intermediate-bonfires.json +++ b/challenges/intermediate-bonfires.json @@ -823,7 +823,7 @@ "assert.isUndefined(add(2)([3]), 'message: add(2)([3]) should return undefined.');" ], "MDNlinks": [ - "Global Function Object", + "Closures", "Arguments object" ], "type": "bonfire",