Hello JavaScript!
In this project you're going to learn JavaScript essentials!
đ Open the script.js
file in the Glitch editor,
keeping this page visible on the right (choose
Show > Next to the Code). You'll be adding your
code to this file! đ
Complete the steps in order! You can expand and collapse the lessons any time as you work, and check out the notes providing extra info.
Complete!
Well done! đâ¨đđđĒ đ
By completing the lessons you've tried out all of these JavaScript essentials:
- Variables of different types and operators
- Control flow with a conditional and a loop
- Functions and scope
- Event listening
- Manipulating the DOM
- Objects and math
Next: Develop a game đšī¸
Next up check out a
guessing game that uses randomness. Read
through the code in game.js
to learn how it works.
Then try out the steps in the TODO.md
file to extend
the game code!
Watch this space...
Your code will add content here as you work through the steps!
Using this project
This is the Glitch Hello JavaScript project. Remix your own copy and follow the instructions to learn JS basics! If you get stuck try opening the browser console, or use Tools > Rewind!