First Draft
First Draft of the Example Files
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<script>
|
||||
numbers = []
|
||||
numbers.push("One")
|
||||
numbers.push("Two")
|
||||
numbers.push("Three")
|
||||
|
||||
for (j = 0 ; j < numbers.length ; ++j)
|
||||
document.write("Element " + j + " = " + numbers[j] + "<br>")
|
||||
</script>
|
||||
Reference in New Issue
Block a user