開発現場における型の安全性とオブジェクト指向の重要性 JavaScriptを用いた大規模なシステム開発、特にオブジェクト指向設計を取り入れたプロジェクトにおいて、扱うデータがどのような「素性」を持っているかを正確に判別することは ...
In JavaScript, there are several ways to check the type of data, and among them, instanceof is an important mechanism for confirming "which type an object-type data was created from." In this article, ...