This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<body> | |
<p>Click the button to list all the items in the array.</p> | |
<button onclick="numbers.forEach(myFunction)">Try it</button> | |
<p id="demo"></p> | |
<script> | |
demoP = document.getElementById("demo"); |