UNPKG

javascripting

Version:

Learn JavaScript by adventuring around in the terminal.

5 lines (4 loc) 63 B
var food = { types: 'only pizza' }; console.log(food.types);