Skip to content

Instantly share code, notes, and snippets.

View aditiohri's full-sized avatar

Aditi Ohri aditiohri

  • Austin, Texas
View GitHub Profile
/**
* @class Locker
* @description who doesn't like Konami?
* @example const locker = new Locker(); locker.initialize();
*
*/
// I'm not going to use Babel for a tiny static site
// eslint-disable-next-line no-unused-vars
class Locker {
/**