Class Notes
Thinking Like a Programmer
- With a partner, play this Guessing Game and try to figure out the steps the computer is taking to check your guess.
- Discuss as a class.
- Use the browser developer tools to view the source code.
- Read and discuss the code together.
- What do you notice?
- What do you wonder?
Browser Developer Tools
- Download Chrome browser for this course.
- Use the Developer Tools
- Right-click > Inspect
- PC: Control+Shift+C
- Mac: Command+Option+C
Join our class Slack team
We will use Slack to communicate throughout the course, share resources, ask questions, and stay in touch afterward.
- Create an account and join the Contra Costa Codes team.
- Edit your profile and upload a photo.
- Introduce yourself in the #general channel.
- Download the app for your laptop and/or phone.
Exercises
- Complete your Slack profile and upload a profile picture.
- Introduce yourself in the #general channel.
- Read guessing-game.js again and post a question you have in the #javascript channel.
- Review tutorials for next class (will be posted on Sunday morning).