Sample script: quickly remove SharePoint API permissions

When building SharePoint Framework solutions connected to APIs secured with Azure Active Directory, you might need to clear the list of granted API permissions. Here's a sample script to quickly clean them up.

Format date in JavaScript

If you need to format dates in JavaScript, using this library instead of Moment.js will help you decrease your bundle size, a lot.