News

Data Types and Variables The Lab Welcome! This lab is designed to help you practice the skills you've learned in Intro to Vanilla JS Lesson 1.1 "Introduction to JavaScript Data Types and More".
JavaScript is a dynamically and weakly typed language, meaning variables can change data types and the programmer does not have to declare the type. To create a variable simply put the keyword "var" ...