Skip to content

Instantly share code, notes, and snippets.

@uupaa
Created June 5, 2018 05:47
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 uupaa/30ad89a1a2d50cf6603ce738b4b3af0b to your computer and use it in GitHub Desktop.
Save uupaa/30ad89a1a2d50cf6603ce738b4b3af0b to your computer and use it in GitHub Desktop.
test
export class Alert {
constructor(msg) {
alert(msg);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment