Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 49af631

Browse files
authored
Update task.md
1 parent e5ea8cb commit 49af631

File tree

1 file changed

+3
-2
lines changed
  • 1-js/02-first-steps/11-logical-operators/2-alert-or

1 file changed

+3
-2
lines changed

1-js/02-first-steps/11-logical-operators/2-alert-or/task.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
importance: 3
1+
маанилүүлүк: 3
22

33
---
44

55
# What's the result of OR'ed alerts?
6+
# ЖЕ менен бириктирилген alert'тердин натыйжасы эмне?
67

7-
What will the code below output?
8+
Төмөнкү код эмнени чыгарат?
89

910
```js
1011
alert( alert(1) || 2 || alert(3) );

0 commit comments

Comments
 (0)