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

Friday, December 7, 2012

LearnStreet Javascript Lesson 4 Exercise 9


//sample solution

var x = 10;

function incrementX(amount) {
 //Write code to increment x by amount. Don't return anything.
 x+=amount;
}
//test
incrementX(1000);
x

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts