extra.js 77 octets
Newer Older
function Extra(name, price) {
    this.name = name;
    this.price = price;
}