# Что выведет alert (И)? [importance 3] Что выведет код ниже? ```js alert( alert(1) && alert(2) ); ```