What is a double !! operator means in JavaScript? I tried to look into JS docs operator and I can't find out what is !! means for.
!!item.length && (!!item.sum || !!item.indicator)
What is a double !! operator means in JavaScript? I tried to look into JS docs operator and I can't find out what is !! means for.
!!item.length && (!!item.sum || !!item.indicator)