+ 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
2 Antworten
+ 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