🗒 Cheat Sheet← Lesson
BitWithBite
JavaScript Worksheet

⚡ Introduction to JavaScript

Chapter: JavaScript · Level ★☆☆ · Time: 30 min
SCORE___ / 20
NameClassDate
After this worksheet you can
Know what JavaScript does in the browserUse console.logAdd JS with the script tagTell JS apart from HTML/CSS

🧠 Section A · Concept Check ● BEGINNER 4 × 1 = 4

1JavaScript makes web pages:
2Print to the console with:
3JS is added to HTML using:
4Statements usually end with:

🧮 Section B · Problem Solving ● INTERMEDIATE 2 + 3×3 = 11

5console.('Hi') prints Hi.
6JS runs inside the tag.
7Write a line that logs 'Hello JS'.
8What does console.log(2+3) show?
9Where do you open the console in Chrome?

🚀 Section C · Challenge ● CHALLENGE 5

10Is JavaScript the same as Java?
💭 Reflection — the most useful thing I learned:
A ___/4   B ___/11   C ___/5   Total ___/20 Teacher's Signature Parent's Signature
✂ answer key — fold or cut before handing out

1-B   2-B   3-B   4-A  |  5 log   6 script   7 = console.log('Hello JS');   8 = 5   9 = DevTools (F12) - Console tab  |  10 = No - different languages entirely

📄 Need offline practice?Download the print-ready PDF or open the one-page cheat sheet.
⬇ Worksheet PDF 🗒 Cheat Sheet