Skip to content

Instantly share code, notes, and snippets.

@rajavijayach
Created December 9, 2021 23:14
Show Gist options
  • Save rajavijayach/9429b066551c40f5622e00004789695f to your computer and use it in GitHub Desktop.
Save rajavijayach/9429b066551c40f5622e00004789695f to your computer and use it in GitHub Desktop.
Hubspot Exam
var databycountry = _.groupBy(data.partners, 'country');
var d1 = new Date("2017-04-28");
var d2 = new Date("2017-05-02");
var diffindays = Math.abs(d2-d1)/86400000;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment