1
0
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:
linxiaowang
2023-10-01 05:00:55 +08:00
committed by GitHub
parent 9845fe624a
commit 3bebe0c1de

View File

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