From 684b12daa469c3016ff5d3b6d728c5798c8e1131 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Fri, 19 Aug 2016 21:27:35 -0700 Subject: [PATCH] fix reference to old wiki --- .../01-front-end-development-certification/basic-bonfires.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/01-front-end-development-certification/basic-bonfires.json b/challenges/01-front-end-development-certification/basic-bonfires.json index 5b1fc120fb..9aa4d72844 100644 --- a/challenges/01-front-end-development-certification/basic-bonfires.json +++ b/challenges/01-front-end-development-certification/basic-bonfires.json @@ -536,7 +536,7 @@ "Use the array methods slice and splice to copy each element of the first array into the second array, in order.", "Begin inserting elements at index n of the second array.", "Return the resulting array. The input arrays should remain the same after the function runs.", - "Remember to use Read-Search-Ask if you get stuck. Write your own code." + "Remember to use Read-Search-Ask if you get stuck. Write your own code." ], "challengeSeed": [ "function frankenSplice(arr1, arr2, n) {",