Shorthand Primitives Golfing
!0 // true
!1 // false
1/0 // Infinity
0[0] // undefined (any digit works)
This is from user Isiah Meadows on the codegolf stackexchange…
!0 // true
!1 // false
1/0 // Infinity
0[0] // undefined (any digit works)
This is from user Isiah Meadows on the codegolf stackexchange…