Final
Final
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<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