Finding a Remainder in JavaScript - refresher

This is a really good math refresher/tutorial on what remainders are.

Your code so far

// Only change code below this line

var remainder = 2 % 11;

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36.

Link to the challenge:
https://www.freecodecamp.org/challenges/finding-a-remainder-in-javascript

1 Like

thanks @rochakatie :slight_smile:

Thank You, this was helpful! 8-D