Basic JavaScript - Finding a Remainder in JavaScript

var remainder = 2;

var remainder = 11 % 3; //remainder gets the value 2

Hi there, do you have you have a question? I’m afraid your post is not very clear…

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