UNPKG

javascripting

Version:

Learn JavaScript by adventuring around in the terminal.

7 lines (6 loc) 118 B
var pizza = { toppings: ['cheese', 'sauce', 'pepperoni'], crust: 'deep dish', serves: 2, }; console.log(pizza);