Basic JavaScript - Finding a Remainder in JavaScript

Tell us what’s happening:
Describe your issue in detail here.
i cant know what is the correct code i should write

Your code so far

const remainder = 0;

Your browser information:

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

Challenge: Basic JavaScript - Finding a Remainder in JavaScript

Link to the challenge:

“Set remainder equal to the remainder of 11 divided by 3 using the remainder (%) operator.”

You didn’t use the % operator. In fact, you didn’t change the code at all. Was this post a mistake or did you have a question?

Here is the main instruction:

Set remainder equal to the remainder of 11 divided by 3 using the remainder (%) operator.

First, just try something, even if it’s wrong, we can work from there.