Files
prep-work/python/4-while-loops-and-for-each/main.js
Armen Vartan b9a8397f34 files
2014-12-01 12:17:43 -05:00

8 lines
178 B
JavaScript

// set your variables below
// all jquery dom actions can only be called inside document ready. Print your variables
// inside document ready.
$(document).ready(function(){
})