Skip to content

Instantly share code, notes, and snippets.

@csellis
Last active July 20, 2020 22:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csellis/8963192b7aab9f33685c2bae1a88fc8c to your computer and use it in GitHub Desktop.
Save csellis/8963192b7aab9f33685c2bae1a88fc8c to your computer and use it in GitHub Desktop.
Are Air Fryers overhyped?
const airFryer = () => {
console.log(`Air Fryers are awesome!`);
airFryer();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment