Skip to content

Instantly share code, notes, and snippets.

@Astrochimp
Created November 1, 2018 03:30
Show Gist options
  • Select an option

  • Save Astrochimp/b8c94ea0864fe235a8f5c8a8196d9690 to your computer and use it in GitHub Desktop.

Select an option

Save Astrochimp/b8c94ea0864fe235a8f5c8a8196d9690 to your computer and use it in GitHub Desktop.

Revisions

  1. Astrochimp created this gist Nov 1, 2018.
    4 changes: 4 additions & 0 deletions getmean.js
    Original 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()