Web development explained for normal people! 🖥 🚀

Don't know which to learn first?
JavaScript Objects - Code The Web

JavaScript Objects

Objects are ways of storing data in JavaScript and are a key part of Object Oriented Programming. Learn the syntax and more...

The complete guide to JavaScript arrays - Code The Web

The complete guide to JavaScript arrays

Arrays are a very useful part of JavaScript, and come in handy for things from text manipulation to image processing!

The complete guide to JavaScript functions - Code The Web

The complete guide to JavaScript functions

Functions are one of the most useful features of JavaScript. Learn about function inputs, outputs, variable scopes and more...

For loops and while loops in JavaScript - Code The Web

For loops and while loops in JavaScript

Loops let you run code as many times as you want! They are really powerful, and a great thing to know. Learn them once and ...

JavaScript Maths functions and operators - Code The Web

JavaScript Maths functions and operators

Learn how to use addition, subtraction, multiplication, division, powers, rounding, modulo and more in this article…

All about IF statements and booleans in JavaScript! - Code The Web

All about IF statements and booleans in JavaScript!

If statements are another core part of JavaScript: they let you control what code is actually executed, based on comparing ...