Skip to content

Instantly share code, notes, and snippets.

@BeastOfADad
BeastOfADad / 14_1.html
Created July 28, 2018 05:52
JavaScript for Dummies ex 14-1 help
<html>
<head>
<title>Looking for JavaScript</title>
<script>
window.addEventListener("load",registerEvents,false);
function registerEvents(e){
document.getElementById("ask").addEventListener("click",findAnswer,false);
}
function findAnswer(){
//get the user's question