a80158e688
29e4101818
@ -140,7 +140,7 @@ Set(5) {"Google", "Facebook", "Amazon", "Oracle", "Microsoft"}
```
### Deleting an element a set
### Deleting an element from a set
We can delete an element from a set using a delete method.
@ -93,7 +93,7 @@ console.log(backEnd)
["Node", "Express", "MongoDB"]
If we like to skip on of the values in the array we use additional comma. The comma helps to omit the value at that specific index
If we like to skip one of the values in the array we use additional comma. The comma helps to omit the value at that specific index
```js
const numbers = [1, 2, 3]
@ -176,7 +176,7 @@ console.log(matchReplaced)
```sh
JavaScript is the most beautiful language that a human begin has ever created.I recommend python for a first programming language
JavaScript is the most beautiful language that a human being has ever created.I recommend python for a first programming language