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

Friday, November 16, 2012

Codecademy: "Show the Guesses"


//sample solution for ui.js


// Fill in this function!
function wrongLetter ( letter ) {
    $("#wrong-letters").append("<span class='guessed-letter'>"+letter+"</span>");
}

//
// You shouldn't have to change this!
wrongLetter('T');

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts