Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

21 Commits

Repository files navigation

Echo() exercise

Modify echo.js to print out each argument to the echo() function on a new line. It should work for an arbitrary number of arguments.

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

About

echo() exercise

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages