Tell us what’s happening:
i was trying to set remainder equal to the remainder of 11 divided by 3 using the remainder ( % ) operator. but i got no correct answer
Your code so far
11%5.5; //to have 2 as a remainder
// Only change code below this line
var remainder;
11 % 5.5;
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36.
Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/finding-a-remainder-in-javascript