UNPKG

javascripting

Version:

Learn JavaScript by adventuring around in the terminal.

6 lines (4 loc) 64 B
const food = { types: 'only pizza' } console.log(food.types)