Skip to content

Instantly share code, notes, and snippets.

@christiannwamba
Created March 5, 2018 20:23
Show Gist options
  • Save christiannwamba/db3858bdc3d1364aadeaf6c5d4fa94a1 to your computer and use it in GitHub Desktop.
Save christiannwamba/db3858bdc3d1364aadeaf6c5d4fa94a1 to your computer and use it in GitHub Desktop.
// app.js
class App {
constructor() {
...
## add this
this.threshold = 505;
}
}
new App();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment