Sum of Integers
Calculate sum of integers from 1 to given N (including).
Input: Integer (number).
Output: Integer (number).
Examples:
assert.strictEqual(sumUptoN(1),...
You should be an authorized user in order to see the full description and start solving this mission.