Skip to content

Commit 7deaa56

Browse files
committedAug 11, 2024
chore: Refactor README.md to fix typo and improve formatting
1 parent a85c3e1 commit 7deaa56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3141,7 +3141,7 @@ Math.log10(1000); // 3
31413141
31423142
## Sets
31433143
3144-
collection of unique values. A Set is a collection of unique values. A Set can hold any datatype, including primitive types and objects.
3144+
A Set is a collection of unique values. A Set can hold any datatype, including primitive types and objects.
31453145
31463146
```javascript
31473147
const letters = new Set(["a","b","c"]);

0 commit comments

Comments
 (0)
Failed to load comments.