79183340

Date: 2024-11-13 03:39:12
Score: 0.5
Natty:
Report link
const arr = ["hello",100,"world"] as const
// error:Cannot assign to '1' because it is a read-only property.(2540)
arr[1] = 2
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Q10Viking