المعرفة:: JavaScript
الحالة::مؤرشفة
المراجع:: The Complete JavaScript Course 2022 From Zero to Expert
- Sets are collections of unique values. Items order is irrelevant and there’s no access by index.
Methods
Size
Has
Check if an element is in a set. Similar to include
method in arrays.
Add
Delete
Clear
Iteration
Examples
Get size of unique element of an array or string