mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-10 19:26:03 +02:00
fix(typo): fix typo in 101-instanceof-operator.md (#4514)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# instanceOf operator
|
# instanceof operator
|
||||||
|
|
||||||
The `instanceof` operator is a way to narrow down the type of a variable. It is used to check if an object is an instance of a class.
|
The `instanceof` operator is a way to narrow down the type of a variable. It is used to check if an object is an instance of a class.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user