From 75a6271c62a2fe78874c481a04fc103e3c625e16 Mon Sep 17 00:00:00 2001 From: Maria Pottage Date: Thu, 13 Apr 2017 21:51:13 -0400 Subject: [PATCH] random change --- starter-code/src/array-functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starter-code/src/array-functions.js b/starter-code/src/array-functions.js index 176323a..6b20e88 100644 --- a/starter-code/src/array-functions.js +++ b/starter-code/src/array-functions.js @@ -5,7 +5,7 @@ var ArrayFunctions = function (){} // 12 -- 33 -- 144 -- 122 ArrayFunctions.printSpecial = function (array) { - return array.join(" --- "); + return array.join(" --- ") ; }; // 2) Define a function that takes an array with numbers and returns another array where each element contains double each element in the array