79366122

Date: 2025-01-17 21:25:50
Score: 0.5
Natty:
Report link
var now = new Date();
var second = now.getSeconds();
var minute = now.getMinutes();
var hour = now.getHours();

if(second == 0 && [0,5,10,15,20,25,30,35,40,45,50,55,60].filter(x => x == minute).length > 0){
    console.log("ok")
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Rahman Qadirzade