79726427

Date: 2025-08-05 17:06:08
Score: 1
Natty:
Report link

In case of many, this is a good way:
[a,b,c,d,e] = [a,b,c,d].every(x => !!x == e)
all false or all true returns true

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Brian Santanaa