Summary

Completed

Now that you're familiar with the decision-making capabilities of JavaScript, you can start thinking about the decisions you'll need to make in the future code you write.

Being able to make decisions in your code allows it to be responsive. It will also allow users to interact with your websites instead of having them be a static page.

Congratulations! You're on your way to developing your first dynamic website by using JavaScript.

Review and self-study

Read more about the many operators available to the user on MDN.

Go through Josh Comeau's handy operator lookup!

Credits

This module was first published as a lesson in the Web Development for Beginners curriculum by Azure Advocates. The author of the original lesson is Jasmine Greenaway.