Skip to content

Instantly share code, notes, and snippets.

@MayaGans
Created August 4, 2022 22:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MayaGans/bb2d0c18bdd9cba53ec890967e46bd0d to your computer and use it in GitHub Desktop.
Save MayaGans/bb2d0c18bdd9cba53ec890967e46bd0d to your computer and use it in GitHub Desktop.
```{ojs}
maya_utils = require('maya_utils')
```
```{ojs}
myNums = [1,2,3,1,4,1,2,5,3,4]
```
```{ojs}
uniqueNums = maya_utils.removeArrayDuplicates(myNums)
```
```{ojs}
uniqueNums
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment