Module 1: Introduction to JavaScript and Programming
Quiz: Quiz 1: Introduction to JavaScript
1. What is JavaScript primarily known as?
2. Which of the following is a common way to run JavaScript code for quick experiments without any local setup?
3. What HTML tag is used to embed or reference JavaScript code?
4. What does the `console.log("My Message");` statement do in JavaScript?
5. What is client-side scripting?
6. True or False: JavaScript can only be used for front-end web development.
7. Which is NOT a primary advantage of JavaScript?
8. Where is it generally recommended to place `<script>` tags in an HTML document for better performance?