Understand
- JS is the one of the most important languages to know for modern web developers
- How does JS play with HTML and CSS
Apply
- Start CodeCademy Introduction to JavaScript and complete exercises 1.1-1.6
- Practice console.log and concatenation in CodePen
Create
- Write a story using console.log and concatenation
For the instructor's eyes only
JS can...
- change websites on the fly
JS can...
- change websites on the fly
- do math for you
JS can...
- change websites on the fly
- do math for you
- let you to make complex
web apps
10 min
- Print your name to the console using console.log
- Print your age on a separate line
- Print a sentence that combines your name and age into one
10 min
10 min
Your story must contain:
- A combination of strings and numbers
- Use concatenation to combine strings together
- Use math somewhere
👏🏿