I'm following an online course and I'm certain that my code is exactly the same, but mine keeps running instead of stopping after 10 times. Can anyone see the problem?
for (let rep = 1; rep <= 10; rep = rep++) {
console.log('Lifting weights repetition 1 ️♀️');
}