calvinsettachatgul / cr

1 stars 0 forks source link

Get a solution to counting to a number N recursively and adding the numbers #2

Closed calvinsettachatgul closed 5 years ago

calvinsettachatgul commented 5 years ago

assignment look the answer to count.js // define a function // inside the function you call the function // add the numbers up from 1 to n done recursively instead of iteratively // write unit tests for the function

calvinsettachatgul commented 5 years ago

pull request is here https://github.com/calvinsettachatgul/cr/pull/4

calvinsettachatgul commented 5 years ago

@robinchoii did you get a chance to work on this?

robinchoii commented 5 years ago

oops i forgot to create the PR after pushing