Working with Primitive Data Types in Javascript
Welcome to the "Working with Primitive Data Types in JavaScript" Practice Lab. In this module, you will be provided with the instructions and devices needed to develop your hands-on skills.

Introduction
Welcome to the Working with Primitive Data Types in JavaScript Practice Lab. In this module, you will be provided with the instructions and devices needed to develop your hands-on skills.
Learning Outcomes
In this module, you will complete the following exercise:
- Exercise 1. Working with Primitive Data Types in JavaScript
After completing this lab, you will be able to:
- Create a visual studio code workspace
- Write a script using primitive data types
Exam Objectives
The following exam objectives are covered in this lab:
- 1.2 Compare and contrast fundamental data types and their characteristics.
- 4.1 Compare and contrast programming language categories.
Lab Duration
It will take approximately 45 minutes to complete this lab.
Exercise 1 - Working with Primitive Data Types in JavaScript
HTML can be used to create static web pages. To make web pages dynamic and interactive, JavaScript can be used.
JavaScript is the default scripting language used in HTML pages. Using JavaScript, you can manage styles, attributes, HTML elements, and behavioral aspects of an HTML page.
You can include JavaScript code within the