Javascript Beginner Bootcamp (2020) [better] 🎁
askMood();
Published: March 15, 2020 Difficulty: Beginner Cohort: Spring 2020 javascript beginner bootcamp (2020)
Let’s boot it up. Every programmer starts here. Open your Chrome browser, right-click anywhere on the page, and select "Inspect" . Then click the "Console" tab. Published: March 15
;
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. right-click anywhere on the page
In 2020, we don’t use var anymore (long story, full of bugs). We use let and const .
// Output: // Loop number: 1 // Loop number: 2 // Loop number: 3 // Loop number: 4 // Loop number: 5 Let’s put everything together. Open your console and type this: