instanceof
There are 24 repositories under instanceof topic.
PacktPublishing/Java-Coding-Problems-Second-Edition
Java Coding Problems, Second Edition - Published by Packt
qubyte/mixomatic
Create mixins which work with instanceof (friendly for unit tests).
spudly/error-subclass
💣 A base class for creating custom JavaScript error classes
moxystudio/js-class-is
Enhances a JavaScript class by adding an is<Class> property to compare types between realms.
oOthkOo/embryo.js
The most simple, customizable and easy to use JavaScript standard inheritance library
ehmicky/modern-errors-switch
`modern-errors` plugin to execute class-specific logic.
restuwahyu13/is-any-type
Simple functionality alternative to check data type references such as typeof and instanceof.
alexindigo/precise-typeof
Detects precise type of objects like `Array()`, `new Number(1)`, `new Boolean(true)`, etc
ehmicky/is-error-instance
Check if a value is an `Error` instance.
lelyfoto/twig-instanceof
Adds InstanceOf Expression as Twig Extension
kaelzhang/graceful-instanceof
The instanceof mechanism cross package/module versions.
stdlib-js/assert-instance-of
Test whether a value has in its prototype chain a specified constructor as a prototype property.
stdlib-js/utils-constructor-name
Determine the name of a value's constructor.
stdlib-js/utils-inherit
Implement prototypical inheritance by replacing the prototype of one constructor with the prototype of another constructor.
stdlib-js/assert-is-prototype-of
Test if an object's prototype chain contains a provided prototype.
stdlib-js/assert-is-regexp
Test if a value is a regular expression.
MandyNeumeyer/classes-mini-online-shop
exercise for students to practice classes / inctanceof
tonto7973/NSubstitute.Community.Instance
Create instances of classes with dependencies automatically substituted
liberalwig/Practice07
Abstraction[추상화], Interface[인터페이스]
nielsoffice/JSClassExtendOOP
JavaScript class Extend using super() function that can use for constructor
Potentii/type-utils
🛠️ My personal type utils as an NPM package
WilliamSpanfelner/fcc-JSADS-ObjectOrientedProgramming
Object Oriented Programming module of JavaScript Algorithm and Data Structures freeCodeCamp Certification