UNPKG

javascripting

Version:

Learn JavaScript by adventuring around in the terminal.

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