I've just walked into this code:
val.enabled = !!enable
and have no idea what does "!!" do... I googled JavaScript operators but haven't found this one.
I've just walked into this code:
val.enabled = !!enable
and have no idea what does "!!" do... I googled JavaScript operators but haven't found this one.