Basic JavaScript - Finding a Remainder in JavaScript

Tell us what’s happening:

Describe your issue in detail here.

I’m not sure what to do here.

It says: “The value of remainder should be 2”, which I did. But it doesn’t check :heavy_check_mark:.

Your code so far

const remainder = 11 % 3 ;
remainder = 2;

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Mobile Safari/537.36

Challenge Information:

Basic JavaScript - Finding a Remainder in JavaScript

You should not manually set remainder to be 2

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