Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- doThing(thing: number) {
- switch (thing) {
- case 1:
- this.thingone()
- break;
- case 2:
- this.thingtwo()
- break;
- }
- }
- blahblah()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement