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:
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.
Hell yeah , thanks for adivce worked , i just wrote the variable next to another one , instead to delete it.
Beginner level.