- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTask21.html
More file actions
Latest commit
23 lines (21 loc) · 533 Bytes
/
Copy pathTask21.html
File metadata and controls
23 lines (21 loc) · 533 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<head>
<script>
<!--
varmyArrayContainer=newArray(5);
myArrayContainer[0]=1
myArrayContainer[1]=2.1
myArrayContainer[2]=3
myArrayContainer[3]="Hello"
myArrayContainer[4]=true
document.write(myArrayContainer)
document.write("<br>")
varanotherArrayContainer=newArray("HakunaMatata!","What","A","Wonderful","day");
document.write(anotherArrayContainer)
// -->
</script>
</head>
<!-- <body> -->
<!-- <script lang="JavaScript"> -->
<!-- -->
<!-- </script> -->
<!-- </body> -->