LaunchCode logo
  1. Contents
  2. 2. How Programs Work

2. How Programs WorkΒΆ

  • 2.1. Introduction
    • 2.1.1. Algorithms
    • 2.1.2. Check Your Understanding
  • 2.2. Programming Languages
    • 2.2.1. Languages
      • 2.2.1.1. How Computers Run Programs
    • 2.2.2. How Many Programming Languages Are There?
  • 2.3. The JavaScript Language
    • 2.3.1. Front End vs. Back End Changes
  • 2.4. Your First Program
    • 2.4.1. Create a Replit Account
      • 2.4.1.1. Creating a New Repl
      • 2.4.1.2. The Replit Workspace
    • 2.4.2. Begin Your Coding Journey
      • 2.4.2.1. Working with a Prepared Repl
      • 2.4.2.2. Now Play
    • 2.4.3. Check Your Understanding
  • ← 1.6. Using This Book
  • 2.1. Introduction →

Back to top