UNPKG

javascripting

Version:

Learn JavaScript by adventuring around in the terminal.

4 lines (2 loc) 62 B
const food = ['apple', 'pizza', 'pear'] console.log(food[1])