We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddda1f9 commit 0035140Copy full SHA for 0035140
chapter06/01-Set.js
@@ -16,7 +16,7 @@ function Set() {
16
return false;
17
};
18
19
- this.remove = function(value){
+ this.delete = function(value){
20
if (this.has(value)){
21
delete items[value];
22
return true;
0 commit comments