Skip to content

Instantly share code, notes, and snippets.

@FreePhoenix888
Created October 4, 2020 03:59
Show Gist options
  • Save FreePhoenix888/bb6a29fbd7fe71cbb6b78686b6db0ebb to your computer and use it in GitHub Desktop.
Save FreePhoenix888/bb6a29fbd7fe71cbb6b78686b6db0ebb to your computer and use it in GitHub Desktop.
function uniqueArray(arr) {
return Array.from(new Set(arr));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment