Quotes help make search much faster. Example: "Practice Makes Perfect"

Friday, December 7, 2012

LearnStreet Javascript Lesson 4 Exercise 8


//sample solution


function hello(name){
 //Complete the function body below to say hello to name.
 return "Hello, "+name;
}
//test
hello("Jim");

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts