Math Operators II - 5/8

What are the answers to the three questions of Learn JavaScript - Math Operators II - 5/8. I’m stuck at that lesson. Who can help me?

Thanks in advance.

In order for us to help you, you need to paste in your code and error

@jeroenvangils here, just copy/paste. But it’s better if you will try to undestand it.

console.log(365/27);
console.log(365%27);

2 Likes

Thanks a lot, Igor. Now that I see the solution it’s much easier for me to understand.