1/5 Test Cases Passed
You need to earn 2 or 3 stars in order to submit.
1/5 Test Cases Passed
You need atleast 2 stars to grade your answer.
Test Cases (0/5)
-
mathLib.add(10).total to return 10
-
mathLib.add(10).add(15).total to return 25
-
mathLib.add(10).add(15).add([1,2,3]).total to return 31
-
mathLib.add(10).add(15).add([1,2,3],[3,5],[7]).total to return 46
-
mathLib.add(10).add(15).add([1,2,3],[3,5],[7]).add(2,3,4,5).total to return 60