I found in one JavaScript file:
value = !1
I am unable to understand what does it mean. Can anyone help? Thank you.
I found in one JavaScript file:
value = !1
I am unable to understand what does it mean. Can anyone help? Thank you.
It is a short record false
(not recommended to use, better to write full false
)
console.log(!1)