Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.04 KB

01 JavaScript Redo.md

File metadata and controls

19 lines (13 loc) · 1.04 KB

Lab 1: JavaScript Redo

Version 1

Pick a Python lab and re-do it in JavaScript. You should first try to write them using JavaScript's prompt, console.log and alert in place of Python's input and print.

Possible lab choices, among others

Version 2 (optional)

Once you have that working, use input and button elements, with events. You can read the docs on DOM Manipulation and Events. You can view a demo DOM Interaction Demo - codepen.io.