Basic JavaScript - Increment a Number with JavaScript

Tell us what’s happening:

Describe your issue in detail here.

Your code so far

let myVar = 87;

// Only change code below this line
myVar = myVar + 1;

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36

Challenge Information:

Basic JavaScript - Increment a Number with JavaScript

Hi there and welcome to our community!

Did you have a question for us?

Yes, we Have what is the Java Script and the importance of [Javascript]

JavaScript is what makes your webpage interactive. Say when you click this button this happens.

HTML is the skeleton, CSS is the skin and JavaScript is the Muscles.

Even as you click the reply button, with JavaScript the rich text editor comes up. So JavaScript is basically everywhere on the web. :+1:t5:

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.