Final
Final
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
<script>
|
||||
pets = ["Cat", "Dog", "Rabbit", "Hamster"]
|
||||
|
||||
document.write(pets.join() + "<br>")
|
||||
document.write(pets.join(' ') + "<br>")
|
||||
document.write(pets.join(' : ') + "<br>")
|
||||
</script>
|
||||
Reference in New Issue
Block a user