Skip to content

Commit

Permalink
Update README.md (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-chernyshenko authored Dec 11, 2023
1 parent 69590a5 commit 033e7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ t.insert(2);
console.log(t.keys()); // [-10, 0, 2, 5, 33]
console.log(t.size); // 5
console.log(t.min()); // -10
console.log(t.max()); // -33
console.log(t.max()); // 33

t.remove(0);
console.log(t.size); // 4
Expand Down

0 comments on commit 033e7f4

Please sign in to comment.