class MyClass { doSomething() { console.log('hi'); } warnEveryone() { alert('oh no!'); } }