let name = "Alex"; // This can change later const birthYear = 1995; // This will NEVER change
console.log(name + " was born in " + birthYear); javascript beginner bootcamp (2020)
March 15, 2020 Difficulty: Beginner Cohort: Spring 2020 let name = "Alex"; // This can change
Run it. Type your answer. Watch the magic happen. let name = "Alex"
let name = "Alex"; // This can change later const birthYear = 1995; // This will NEVER change
console.log(name + " was born in " + birthYear);
March 15, 2020 Difficulty: Beginner Cohort: Spring 2020
Run it. Type your answer. Watch the magic happen.
© 2025, Boy Scouts of America. All rights reserved.