Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 310 Bytes

File metadata and controls

9 lines (5 loc) · 310 Bytes

Exercise 02 - addNumbers

Troubleshoot and modify the existing function so that it returns the digit 2. Avoid "hard coding" the result and try to use variables a and b to get the correct output.

Currently, it is not returning the correct value.

Hints

  • You only need to edit the strings on line 7.