We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c40462 commit adf2668Copy full SHA for adf2668
010-dad jokes/index.html
@@ -9,7 +9,10 @@
9
<body>
10
<div class="container">
11
<h3>Don't Laugh Challenge</h3>
12
- <div id="joke" class="joke">// Joke goes here</div>
+ <div id="joke" class="joke">What did the hungry computer scientist do? Get a byte to eat!</div>
13
+ <div id="joke" class="joke">What are programmers favorite animal? A boo-lion!</div>
14
+ <div id="joke" class="joke">What is a software engineers favorite drink? Java chip frappe!</div>
15
+ <div id="joke" class="joke">Why couldn't the student use GitHub? They couldn't commit.</div>
16
<button id="jokeBtn" class="btn">Get Another Joke</button>
17
</div>
18
<script src="script.js"></script>
0 commit comments