Basic JavaScript - Finding a Remainder in JavaScript

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

const remainder = 11%3;



Your browser information:

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

Challenge: Basic JavaScript - Finding a Remainder in JavaScript

Link to the challenge:

Welcome to our community!

Your code is OK.

Try the following:

  1. Reset the step
  2. Refresh the page (F5)
  3. Some browser extensions, such as ad-blockers and script-blockers can interfere with the tests. If you face issues, we recommend disabling extensions that modify or block the content of pages while taking the course.
  4. Clear the browser cash and restart the browser
  5. Change the browser.

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