You answeredJUST NOW
JavaScript
STDIN
raspberry
Expected STDOUT
[ 'rocky road', 'raspberry', 'coffee' ]
Your STDOUT
[ 'rocky road', 'raspberry', 'coffee' ]
STDIN
chocolate chip
Expected STDOUT
[ 'rocky road', 'chocolate chip', 'coffee' ]
Your STDOUT
[ 'rocky road', 'chocolate chip', 'coffee' ]
STDIN
peanut butter
Expected STDOUT
[ 'rocky road', 'peanut butter', 'coffee' ]
Your STDOUT
[ 'rocky road', 'peanut butter', 'coffee' ]
Instructor solution
You may exit out of this review and return later without penalty.