//Sample solution to script.js
//Note: code exists prior to this point
function regraph() {
// jQuery code that selects all the inputs
$allInputs = $('.barInput');
// your code goes here
$allInputs.each(useOneInput);
}
//Note: code exists after to this point
No comments:
Post a Comment