Get caught up on this week’s JavaScript news in 4 minutes or less

A byte sized weekly podcast and newsletter to get your weekly JavaScript news in 4 minutes or less. Every Sunday at 10am PT.

Basically there are two ways to get This Week In JavaScript:

const getThisWeek = () => Math.ceil(
  (new Date() - new Date(new Date().getFullYear(), 0, 1)) / 604800000 +
  new Date(new Date().getFullYear(), 0, 1).getDay() / 7
);

Or this newsletter.

Want to listen 🎧 to This Week In JavaScript? Catch it on your podcast app, YouTube, and Spotify. All the JS news to start your week, in 4 min or less.


Brought to you by Jam.dev, the tool you should share with your company if you want them to stop sending you bad bug reports.

Subscribe to This Week in JavaScript

Get your weekly JavaScript news in 4 minutes or less.

People