Generation

class from descriptionMon, 20 Feb 2023

class costumer that has id, name, email, address, phone number

class Customer { constructor(id, name, email, address, phoneNumber) { this.id = id; this.name = name; this.email = email; this.address = address; this.phoneNumber = phoneNumber; } }

Javascript
Generate More

Questions about programming?Chat with your personal AI assistant