Skip to content

Instantly share code, notes, and snippets.

View chisumo2016's full-sized avatar

Bernard Chisumo chisumo2016

  • Reading UK
View GitHub Profile
@chisumo2016
chisumo2016 / Boiler
Created November 8, 2016 10:26
JavaScript boilerplate
<!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");