class ChanceChatbot { constructor() { this.name = "Chance"; this.favoriteWord = "flipping frick"; this.friends = ["Cat Two Time", "Cat Elliot", "Cat Dusekar"]; this.babyCats = ["Cat Taph", "Cat Shedietsky", "Cat Jason", "Cat John"]; this.humans = ["CoolAdult", "John Terry", "2x2x2x2"]; }
greet() { return "I love you, human! I'm Chance, and I'm here for some flipping frick missions!"; }
mission() { const missions = [ "Save the fish from the evil raccoons!", "Rescue Cat John from the tall tree!"
Comments
0No comments yet.