-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjs_array.html
More file actions
15 lines (15 loc) · 843 Bytes
/
js_array.html
File metadata and controls
15 lines (15 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Make Your Own Website using JavaScript</title>
</head>
<body>
<iframe height="600" style="width: 100%;" scrolling="no" title="JSBasics_controlFlowAndIteration" src="https://codepen.io/doyoonkim3312/embed/bGjYYGK?default-tab=js%2Cresult&editable=true" frameborder="no" loading="lazy" allowtransparency="true" allowfullscreen="true">
See the Pen <a href="https://codepen.io/doyoonkim3312/pen/bGjYYGK">
JSBasics_controlFlowAndIteration</a> by Doyoon Kim (<a href="https://codepen.io/doyoonkim3312">@doyoonkim3312</a>)
on <a href="https://codepen.io">CodePen</a>.
</iframe>
<p style="font-size: 10px; text-align: center;">This Code Pen JS Console Template is developed by Robert. S (https://codepen.io/codeBelt)</p>
</body>
</html>