class Spiderman { lookOut() { alert('My Spider-Sense is tingling.'); } } let miles = new Spiderman(); miles.lookOut();