The differences between Javascript instanceof and typeof are given below:
| typeof | instanceof |
| 1. typeof syntax is: typeof operand | 1. instanceof syntax is: object instanceof constructor |
Comments
Post a Comment