79284618

Date: 2024-12-16 12:13:40
Score: 0.5
Natty:
Report link

internal is not a property of TZDate. It only adds in runtime and should not be used in external functions. If you want to convert TZDate to Date or formatted string, use its functions instead of accessing to internal.

for (const month of allMonths) {
  console.log(month.toISOString());
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Hojjat Jashnniloofar