Skip to content
 
 

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Echo() exercise

Modify echo.js to print out each argument to the echo() function on a new line.

echo();
// should print nothing

echo('bla');
// should print
//
// 'bla'

echo('foo', 'bar', 'baz');
// should print
//
// 'foo'
// 'bar'
// 'baz'

About

echo() exercise

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages