Skip to content

Commit 44731d7

Browse files
authored
Update README.md
1 parent f606be5 commit 44731d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

exercises/065-or/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# `065` or
22

3+
In this exercise, we are going to replicate the behavior of the OR operator `||` without actually using the operator itself. Do you remember how it works?
4+
35
## 📝 Instructions:
46

5-
1. Write a function called `or`. Given 2 boolean expressions, `or` returns true or false, corresponding to the `||` operator.
7+
1. Write a function called `or`. Given 2 boolean expressions, `or` returns true or false, following the rules of the `||` operator.
68

79
## 📎 Example:
810

0 commit comments

Comments
 (0)