+ 7
[CHALLENGE] Easy calculation :)
Let's do the calculations with functions! function zero() {} function one() {} function two() {} .... function nine(){} function plus() {} function minus() {} function multiply() {} function devidedBy() {} Tests: one(plus(two))) // Output is 3 seven(multiply(five())) // Output is 35
3 Answers
+ 7
Looks like me and gordie had the same idea!
https://code.sololearn.com/Wal9xUH6rydq/?ref=app
+ 4
Here's my "lamey" submission for the challenge : )
https://code.sololearn.com/cxx7eENcD633/?ref=app