Skip to content

Instantly share code, notes, and snippets.

@tmn
Created December 12, 2014 09:17
Show Gist options
  • Select an option

  • Save tmn/132777a4b3a97a2d14cc to your computer and use it in GitHub Desktop.

Select an option

Save tmn/132777a4b3a97a2d14cc to your computer and use it in GitHub Desktop.
for (var d = new Date(1337, 0, 1), c = 0, date = new Date(Date.now()); d <= date; d.setMonth(d.getMonth() + 1), d.setDate(13)) {
if (d.getDay() === 5)
++c
}
console.log(c);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment