Buttons
This week is all about adding interactivity to your web pages!
PowerPoint Presentation
Code-Along: Hello, Buttons!
Start by forking the JavaScript Starter repl.
Name your fork Hello Buttons
. Then, follow along with the instructor to:
- add a
<button>
to the web site - define a function in script.js
- call the function by clicking the button
Self-Paced Activity: Tickle Me Elmo
Click here and fork the repl to get started.
The website has some HTML and JavaScript issues that we need you to fix ASAP! We want the button to make Elmo giggle.
If you need more direction on this task, you can check out the help page.