Here's a "dog" in JavaScript! 🐕 ```javascript class Dog { constructor(name, breed) { this.name = name; this.breed = breed; this.energy = 100; } bark() { console.log(`${this.nam