JavaScript Is Hard, But Not as Hard as Understanding Your Partner's Mood

You're here because you're either feeling masochistic, or you're just plain lost. Either way, welcome to the rabbit hole of JavaScript.

We'll start with the basics, because, let's face it, you probably didn't learn this in school.

Hyperlinks are not that hard. You can use the href attribute to link to other pages, or to other variables.

Variables are like little boxes that hold values. You can assign them a value, like this: let x = 5;

But don't worry, it gets harder. Like, closures are like, uh, boxes within boxes.

Want to learn more? Check out our advanced topics page, where we dive into the depths of JavaScript's infinite abyss.

Recommended Reading

I'm Not Done Yet! Why Is JavaScript So Hard, Anyway?