I don't know how to continue the problem

Tell us what’s happening:
Describe your issue in detail here.

Your code so far


// Only change code below this line

var remainder= 2;

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 13310.59.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.84 Safari/537.36

Challenge: Finding a Remainder in JavaScript

Link to the challenge:

You want to set the variable remainder to the equation that finds the remainder of 11 divided by 3. So the right side of the equals sign is going to be an equation, not a value. The instructions for this challenge introduce the remainder operator. So use that operator in the equation.

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