Overview

In the first lesson we take our first steps in programming. We introduce a web-based app template that will be our basis for coding throughout the course.

The first step in every coding project is to set up the development environment. In our case, the development environment is our code editor (or IDE) and an application template that will serve us throughout the course.

Getting Started

The application template we use throughout this course is fully web-based. This means we work with HTML and JavaScript to create our apps. But before that, refreshing some basics of websites is helpful.

Programming Simple Web Apps

Now that we jumped a bit into the cold water (we wrote some JavaScript without knowing anything about programming), it's time to catch up with some basic concepts in programming. These concepts are universal and will be part of our toolkit for the rest of the course.

Concepts in Programming

When learning to program, exercising is the most important thing the world. It's similar to swimming: reading about it won't save you from drowning. Try to solve the exercises to deepen your understanding and extend your programming skills.

Exercises

Last updated

Was this helpful?