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

Friday, November 16, 2012

Codecademy: "Refreshing UI"



//sample solution to ui.js

// Fill me in!
function resetUI () {
    $(".body-part").remove();
    $(".guessed-letter").remove();
    $(".shown-letter").remove();
}

//
/// You shouldn't need to touch anything past here!
resetUI();

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts