Course
summary


    0 chapters available

Loading...

Make your website interactive with JavaScript

Difficulty: Beginner ● Progress: 0 / 0 modules completed

Exercise

Throughout this course, we are going to create a mini interactive product sales website. To begin, we will build the foundations of our script (program), so that it works in the developer console!

We have seen how to create variables and constants, with several data types, and display them using the console.log method…

Our program will need to store several pieces of information about the shop:

  • The product name
  • Its price
  • Its availability (yes or no)

You need a free account to read this module