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.
Last updated
Was this helpful?
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.
Last updated
Was this helpful?
The first step in every coding project is to set up the development environment. In our case, the development environment is our (or IDE) and an that will serve us throughout the course.
The 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.
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.
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.