Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 442 Bytes

File metadata and controls

13 lines (7 loc) · 442 Bytes

JavaScript Datatypes Lab

This lab project covers various JavaScript datatypes including numbers, strings, booleans, arrays, objects, null, and undefined.

Files Included

  1. index.html: Contains the structure for displaying output.
  2. script.js: JavaScript file with tasks related to different datatypes.

Instructions

  1. Open the script.js file to make the necessary modifications, so that the test cases pass!