let name = "Alex"; // This can change later const birthYear = 1995; // This will NEVER change console.log(name + " was born in " + birthYear);
But before you build the next billion-dollar startup, you need to learn how to talk to the computer. javascript beginner bootcamp (2020)
// Use the function let message = greetUser("Jess"); console.log(message); // Output: Hey Jess, welcome to 2020! let name = "Alex"; // This can change
Got questions? Drop them in the comments. And yes — == vs === ? Always use === in 2020. You’ll thank me later. Share it with a friend who still thinks HTML is a programming language. Drop them in the comments
This is designed for absolute beginners. No computer science degree required. No prior coding experience needed. Just you, a browser, and a little bit of curiosity.
Welcome, future developer.