Ethosa f085424687 add `js-rush` folder %!s(int64=3) %!d(string=hai) anos
..
main.js f085424687 add `js-rush` folder %!s(int64=3) %!d(string=hai) anos
readme.md f085424687 add `js-rush` folder %!s(int64=3) %!d(string=hai) anos

readme.md

Return the Next Number from the Integer Passed

Create a function that takes a number as an argument, increments the number by +1 and returns the result.

Examples

addition(0) ➞ 1

addition(9) ➞ 10

addition(-3) ➞ -2

Notes

  • Don't forget to return the result.