Posts

Showing posts from June, 2022

Overview

Image
 Chapter: 1 Introduction Welcome to JavaScript! Have you ever visited a website that made you think…"Wow, this website is really cool and interactive"? Well,  JavaScript  was probably making it happen. JavaScript is one of the most popular programming languages. It’s used to make websites  dynamic and interactive . You can also use JavaScript to create mobile apps, games, process data, and much more! In this course, you’ll learn to use JavaScript to make websites cool and interactive. Welcome to JavaScript! Which is the correct statement? a markup language a web browser one of the most popular programming languages in the world Ready. Set. JavaScript! Let’s start by adding some JavaScript to an HTML document. To include JavaScript code in an HTML document you need to enclose the code in <script> tags. HTML code  is used to structure the content of web pages and it’s based on tags. You may want to learn some HTML basics if you haven’t done so already before...