mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-27 11:09:53 +02:00
Fixes typo (#2521)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Conditional operators
|
||||
|
||||
Conditional oprator also known as Ternary operator is the only JS operator that takes three operands.
|
||||
Conditional operator also known as Ternary operator is the only JS operator that takes three operands.
|
||||
|
||||
The operator can have one of two values based on a condition.
|
||||
|
||||
|
Reference in New Issue
Block a user