UNPKG

javascripting

Version:

Learn JavaScript by adventuring around in the terminal.

6 lines (4 loc) 92 B
function eat (food) { return food + ' tasted really good.' } console.log(eat('bananas'))