diff --git a/mission.js b/mission.js index 0895494..779b91a 100644 --- a/mission.js +++ b/mission.js @@ -53,7 +53,11 @@ Console.log to see your result.*/ Create a function named plusOne that takes two parameters arr and str and will add a new string element into an array and will return the array. Console.log your result*/ - + function plusOne(arr,str){ + return "I forgot about this already"; + } + console.log(plusOne); + console.log("hi"); /*Mission 6: Team Member: