sagirk / isPrototypeOf

A recursive, test-driven implementation of Object.prototype.isPrototypeOf() (includes a non-recursive version too)

Home Page:https://sagirk.github.io/isPrototypeOf/isPrototypeOf-recursive.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

isPrototypeOf

A test-driven vanillaJS implementation of Object.prototype.isPrototypeOf()

About

A recursive, test-driven implementation of Object.prototype.isPrototypeOf() (includes a non-recursive version too)

https://sagirk.github.io/isPrototypeOf/isPrototypeOf-recursive.html

License:MIT License


Languages

Language:HTML 100.0%