In this chapter, we run a web server on our own computer and use it to serve a web app.
In this chapter we explore two topics:
In this chapter, we learn how to do things repeatedly in JavaScript.
if
statements in JavaScriptIn this chapter, we learn about tools for only running a piece of code if a condition is met: truth values (booleans), comparisons and if
statements.
In this chapter we look at one way of storing more than one value in a variable: arrays.
In the last chapter, we worked with numbers. In this chapter, we’ll work with text and write our first applications.
In this chapter, we take the very first steps with JavaScript and learn about numbers, variables and functions.
This blog post provides an overview of my new series of blog posts called “Learning web development”.
On 25 June 2025, the 129th Ecma General Assembly approved the ECMAScript 2025 language specification (press release, GitHub release), which means that it’s officially a standard now.
This blog post explains what’s new.
In this blog post, we explore ways in which we can make regular expressions easier to use.