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

Thursday, November 15, 2012

Codecademy: "Kingmaker"



//sample solution to script.js

//Note: code prior

function checkKing($piece,squareIndex) {
if(squareIndex<8 || squareIndex>55){
$piece.addClass('king');
}
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts