Skip to content

Commit 04656ea

Browse files
committed
update readme
1 parent 0983a12 commit 04656ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

easy/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ This folder contains solutions to easy-level problems encountered on LeetCode.
3838
- `increment()` increases the current value by 1 and returns it.
3939
- `decrement()` reduces the current value by 1 and returns it.
4040
- `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

Comments
 (0)