mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-01-17 06:08:36 +01:00
fix(typo): fix typo in 101-instanceof-operator.md (#4514)
This commit is contained in:
parent
9845fe624a
commit
3bebe0c1de
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user