Skip to content

Commit

Permalink
Update Exercise_02_Sum_of_Two_Numbers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
theSwapnilZambare committed Jul 3, 2022
1 parent e61471f commit 5cebff6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions JavaScript/JavaScriptBasic/Exercise_02_Sum_of_Two_Numbers.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

Examples:

addition(3, 2) = 5
addition(-3, -6) = -9
addition(7, 3) = 10
1. addition(3, 2) = 5
2. addition(-3, -6) = -9
3. addition(7, 3) = 10

Notes:
* Don't forgetto return the result.
Expand Down

0 comments on commit 5cebff6

Please sign in to comment.