1
0
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:
linxiaowang 2023-10-01 05:00:55 +08:00 committed by GitHub
parent 9845fe624a
commit 3bebe0c1de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.