1
0
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:
Arya Singh
2022-10-17 12:30:37 +05:30
committed by GitHub
parent 00b6dcc013
commit 98a7ab792c

View File

@@ -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.