en.javascript.info/1-js/02-first-steps/11-logical-operators/4-alert-and/task.md
Ilya Kantor ab9ab64bd5 up
2017-03-21 14:41:49 +03:00

129 B

importance: 3


What is the result of AND'ed alerts?

What will this code show?

alert( alert(1) && alert(2) );