Basic JavaScript - Finding a Remainder in JavaScript

Hy everyone ,

I entered it corectlly and nothing happend any sugestions ?

const remainder = 2;
var remainder = 11 % 3;

Challenge: Basic JavaScript - Finding a Remainder in JavaScript

Link to the challenge:

Why do you have two lines of code? You’re trying to declare the same variable twice for some reason.

1 Like

Hell yeah , thanks for adivce worked , i just wrote the variable next to another one , instead to delete it.

Beginner level.

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