+ 1
How to solved that problem
Function exercise //In this exercise you are given an object calledā mathHelpersā within mathHelpers, create a method called ādoubleā this method should take one parameter, a number, and it should return that number multiple by two. JavaScript language
3 Answers
+ 3
What language?
+ 3
In certain languages, double will be a reserved word and you wouldn't be able to have a method with that name.
+ 2
What language should this be in?