Tell us what’s happening:
Your code so far
// Only change code below this line
11 % 3 = 2
(11 / 3 ) = 3
3 * 3 = 9
11 - 9 = 2
var remainder;
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36
.
Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/finding-a-remainder-in-javascript