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 .
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