Skip to content

Instantly share code, notes, and snippets.

@mrogach2350
Last active November 7, 2019 04:22
Show Gist options
  • Save mrogach2350/e602d0800ca6dd635838e47dc7b39acb to your computer and use it in GitHub Desktop.
Save mrogach2350/e602d0800ca6dd635838e47dc7b39acb to your computer and use it in GitHub Desktop.

Question Two

const foo = () => {
  return 'bar'
}
export class someClass {
constructor(){}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment