up
This commit is contained in:
parent
4ae129054e
commit
ab9ab64bd5
476 changed files with 3370 additions and 532 deletions
12
1-js/02-first-steps/11-logical-operators/4-alert-and/task.md
Normal file
12
1-js/02-first-steps/11-logical-operators/4-alert-and/task.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
importance: 3
|
||||
|
||||
---
|
||||
|
||||
# What is the result of AND'ed alerts?
|
||||
|
||||
What will this code show?
|
||||
|
||||
```js
|
||||
alert( alert(1) && alert(2) );
|
||||
```
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue