The Complete Javascript Course 2020: Build Real Projects! Jonas Schmedtmann Course Page

While many know the course for its length or popularity, the most interesting and distinctive feature is

Save game state to localStorage (for the Pig Game or Budgety) Why: Allows users to reload the page without losing their data. How: Use localStorage.setItem() to save scores and settings, and localStorage.getItem() to load them on page load. While many know the course for its length

This teaches you —the ability to break a complex problem into small, manageable steps—a skill that separates junior developers from seniors. While many know the course for its length