Skip to content

Instantly share code, notes, and snippets.

@TheShubhamVsnv
Created May 12, 2024 17:00
Show Gist options
  • Save TheShubhamVsnv/072f348005c2a494495cfe19dbcecd11 to your computer and use it in GitHub Desktop.
Save TheShubhamVsnv/072f348005c2a494495cfe19dbcecd11 to your computer and use it in GitHub Desktop.
let uniqueColors = new Set();
uniqueColors.add("red");
uniqueColors.add("blue");
uniqueColors.add("red"); // Ignored duplicate value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment