Skip to content

Commit 03da843

Browse files
authored
Update article.md
Fix typo
1 parent 70dfe97 commit 03da843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/10-ifelse/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Sometimes we need to perform different actions based on a condition.
44

5-
There is `if` statement for that and also the conditional (ternary) operator for conditional evaluation which we will be referring as “question mark” operator: "?" for simplicity.
5+
There is `if` statement for that and also the conditional (ternary) operator for conditional evaluation which we will be referring as “question mark” operator: `"?"` for simplicity.
66

77
[cut]
88

0 commit comments

Comments
 (0)