Created
November 1, 2018 03:30
-
-
Save Astrochimp/b8c94ea0864fe235a8f5c8a8196d9690 to your computer and use it in GitHub Desktop.
Revisions
-
Astrochimp created this gist
Nov 1, 2018 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ const popular = arr.sort((a, b) => arr.filter(v => v===a).length - arr.filter(v => v ===b).length ).pop()