Web development explained for normal people! 🖥 🚀

Don't know which to learn first?

Recent Articles

How to store data in the browser using JavaScript localStorage - Code The Web

How to store data in the browser using JavaScript localStorage

Normally, when you set a variable, it goes away once you reload the page. What if you could store data that stays every tim...

JavaScript Dialogs - Code The Web

JavaScript Dialogs

JavaScript dialog boxes provide an easy way to receive inputs from visitors and output results for them to see. We can use ...

JavaScript Timeouts and Intervals - Code The Web

JavaScript Timeouts and Intervals

Timeouts and intervals let you execute pieces of code at specific times — they’re really useful! Learn how to use them in t...

Dates and times in JavaScript - Code The Web

Dates and times in JavaScript

If you’re a developer, you’re bound to use JavaScript dates and times sooner or later! Learn all about them in this article…

How to interpret URLs with JavaScript - Code The Web

How to interpret URLs with JavaScript

There are many situations in web development where you really need to parse (interpret) a URL. Learn how to do that with UR...

How to change HTML and CSS with JavaScript — an introduction to the DOM - Code The Web

How to change HTML and CSS with JavaScript — an introduction to the DOM

Part of the entire reason that JavaScript exists is to interact with HTML and CSS. Learn how all three web languages inters...