Created
May 29, 2018 05:29
-
-
Save cancerberoSgx/d138fd191dcf52f491ec57630c45fbac to your computer and use it in GitHub Desktop.
array union in chained method call with standards and non new func decls
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
arr1.concat(arr2).filter((value, pos, arr)=>arr.indexOf(value)===pos) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment