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

Tuesday, December 4, 2012

Codecademy: Codeyear Adding strings and variables?


//sample solution

var number = 10;
console.log("I think I am 10 out of " + number);

//can be confusing if you just finished python lessons
//python requires you to convert an integer into a string using str()

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts