files
This commit is contained in:
12
python/3-conditionals-and-for-loops/main.js
Normal file
12
python/3-conditionals-and-for-loops/main.js
Normal file
@ -0,0 +1,12 @@
|
||||
// set your variables below
|
||||
|
||||
// all jquery dom actions can only be called inside document ready. Print your variables
|
||||
// inside document ready.
|
||||
|
||||
$(document).ready(function(){
|
||||
|
||||
for(var i = 0; i<=100; i++){
|
||||
|
||||
}
|
||||
|
||||
})
|
Reference in New Issue
Block a user