Jonghan's learning path

Today I Learned as a developer

Recent posts

30 Days of Javascript 4 - Counter2

1 minute read

Write a function createCounter. It should accept an initial integer init. It should return an object with three functions.

30 Days of Javascript 2 - Counter

1 minute read

Given an integer n, return a counter function. This counter function initially returns n and then returns 1 more than the previous value every subsequent tim...