Javascript Beginner Bootcamp (2020) -

This is your digital laboratory. Type the following and press Enter:

Now close this tab, open your console, and break something. Then fix it. Then break it again.

Use const by default. Only use let when you know the value needs to change. Module 3: Data Types (The Building Blocks) JavaScript understands different types of information. Here are the big four for beginners: javascript beginner bootcamp (2020)

Try this:

askMood();

Published: March 15, 2020 Difficulty: Beginner Cohort: Spring 2020

console.log("Hello, Bootcamp 2020!"); Congratulations. You just wrote your first line of code. Think of variables as labeled jars on a shelf. You put data in them so you can use it later. This is your digital laboratory

Welcome, future developer.