Set
Unique values collection.
💡 THINK OF IT LIKE…
▸ YOUR TURN
Declare const ids = new Set([1, 2, 3]);
Tab indent · Shift+Tab outdent · ⌘/Ctrl + Enter submit · auto-pairs ( [ { " '
Click 'Run code' to execute your code in a real sandbox.
Unique values collection.
Declare const ids = new Set([1, 2, 3]);
Click 'Run code' to execute your code in a real sandbox.