Skip to content

Commit c329884

Browse files
committed
added sept2019cohort practice
1 parent f7b57f1 commit c329884

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

Coding Challenges/9-10-19/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
<html lang="en">
23
<head>
34
<meta charset="UTF-8">

Coding Challenges/9-11-19/index.html

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<body>
2+
<div></div>
3+
<script src=main.js></script>
4+
</body>

Coding Challenges/9-11-19/main.js

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
while(let i < 101){
2+
div.innerHTML += "<div></div>"
3+
div.innerText = i;
4+
i++}

sept2019cohort

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 0d56edc2d02fa5c1df69260e8cb01a7791ca8ec5

0 commit comments

Comments
 (0)