We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0983a12 commit 04656eaCopy full SHA for 04656ea
easy/README.md
@@ -38,3 +38,7 @@ This folder contains solutions to easy-level problems encountered on LeetCode.
38
- `increment()` increases the current value by 1 and returns it.
39
- `decrement()` reduces the current value by 1 and returns it.
40
- `reset()` sets the current value to `init` and then returns it.
41
+
42
+ [LeetCode link](https://leetcode.com/problems/counter-ii/description/?envType=study-plan-v2&envId=30-days-of-javascript)
43
44
+ - Solution file: [counter-2.js](./counter-2.js)
0 commit comments