fix(typo): fix typo in 101-instanceof-operator.md (#4514)

pull/4524/head
linxiaowang 1 year ago committed by GitHub
parent 9845fe624a
commit 3bebe0c1de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/data/roadmaps/typescript/content/105-type-guards/101-instanceof-operator.md

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

Loading…
Cancel
Save