79338720

Date: 2025-01-08 10:17:43
Score: 1.5
Natty:
Report link

Since i don't have enought rep to comment Im writing an answer.

// when exporting
module.exports = myDateClass


// when importing
const Date = require('./myDateClass')
const date = new Date()
Reasons:
  • Blacklisted phrase (1): to comment
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Nimit Jain