Today’s goal:
- JavaScript- choose your own adventure
Today’s featured site:
- https://jenniferdewalt.com/node/how_were_feeling – See how Twitter users are feeling in real time. This developer challenged herself to create 180 websites in 180 days- see more of her work here https://jenniferdewalt.com/index.html.
JavaScript Game Tutorial- Choice #1
- Follow this tutorial to create a game with JavaScript.
JavaScript Practice Tutorials- Choice #2
- Variables and types
- Operators
- Functions
- Pop-up boxes (beyond alerts)
- HTML Dog tutorials:
Read https://htmldog.com/guides/javascript/beginner/makingstuffhappen/
Open the Chrome console so you can write code (hit ctrl shift j on keyboard, then click console)
Do https://htmldog.com/guides/javascript/beginner/variables/
Read https://htmldog.com/guides/javascript/intermediate/thedom/ - In the Chrome console, type
open();
Open a new blank tab, go into the console again, and type
close();