Recall & Review
beginner
What is JavaScript?
JavaScript is a programming language used to make web pages interactive. It runs in your web browser and can change what you see on a page without reloading it.
Click to reveal answer
beginner
Where does JavaScript run?
JavaScript runs mainly in web browsers like Chrome, Firefox, and Safari. It can also run on servers using environments like Node.js.
Click to reveal answer
beginner
Why is JavaScript important for websites?
JavaScript makes websites interactive. It lets you click buttons, fill forms, see animations, and update content without refreshing the page.
Click to reveal answer
beginner
Is JavaScript the same as Java?
No, JavaScript and Java are different languages. JavaScript is mainly for web pages, while Java is used for many types of software. They have different syntax and uses.
Click to reveal answer
beginner
Can JavaScript work with HTML and CSS?
Yes! JavaScript works together with HTML (structure) and CSS (style) to create dynamic and beautiful web pages.
Click to reveal answer
What is the main purpose of JavaScript on a web page?
✗ Incorrect
JavaScript is used to make web pages interactive, like responding to clicks or updating content.
Where does JavaScript usually run?
✗ Incorrect
JavaScript runs mainly in web browsers to control web page behavior.
Which two technologies does JavaScript work with to build web pages?
✗ Incorrect
JavaScript works with HTML (structure) and CSS (style) to create web pages.
Is JavaScript the same as Java?
✗ Incorrect
JavaScript and Java are different languages with different uses.
Which of these can JavaScript NOT do?
✗ Incorrect
Styling with colors and fonts is done by CSS, not JavaScript.
Explain what JavaScript is and why it is used on websites.
Think about how websites respond when you click buttons or see animations.
You got /4 concepts.
Describe the difference between JavaScript and Java.
They sound similar but are not the same.
You got /4 concepts.