While looking through some code (javascript), I found this piece of code:
<script>window.Bootloader && Bootloader.done(["pQ27\/"]);</script>
What I don't understand is what the &&
is doing there, the code is from Facebook and is obviously minified and/or obfuscated, but it still does the same thing.
tl;dr: What does the &&
operator do here?