In 2020, we don’t use var anymore (long story, full of bugs). We use let and const .
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. javascript beginner bootcamp (2020)
Try this:
Arrow functions are becoming the new cool kid on the block. In 2020, we don’t use var anymore (long