+ 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 Respuestas
+ 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?