UNPKG

javascripting

Version:

Learn JavaScript by adventuring around in the terminal.

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