79818064

Date: 2025-11-12 17:50:53
Score: 2.5
Natty:
Report link

let count = 0;

let rate = 2; // change this to whatever you want

setInterval(() => {

count += rate;

console.log(count);

}, 1000);

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mazen Zakaria