Good afternoon in my timezone
I saw this line of code in a book
!!(document.all && document.uniqueID);
Why is necessary to use the double not operator ? Do not the && operator already transforms the result to a boolean?
Thanks in advance Best regards