Tag

instanceof

0 views collected around this technical thread.

Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Dec 14, 2017 · Frontend Development

Mastering JavaScript Type Detection: typeof, instanceof, constructor & $.type

This article explores JavaScript's various techniques for determining variable types—including typeof, instanceof, constructor, Object.prototype.toString.call, and jQuery's $.type—by explaining their behavior, limitations, and practical examples with common data types.

JavaScriptObject.prototype.toStringconstructor
0 likes · 8 min read
Mastering JavaScript Type Detection: typeof, instanceof, constructor & $.type
Qunar Tech Salon
Qunar Tech Salon
Mar 21, 2015 · Fundamentals

Understanding Null in Java: Causes, Behaviors, and Best Practices

This article explains the role of the null keyword in Java, its default value for reference types, common pitfalls such as NullPointerException caused by autoboxing, improper primitive assignments, instanceof checks, static method calls on null references, and safe handling techniques to write null‑safe code.

JavaNULLautoboxing
0 likes · 12 min read
Understanding Null in Java: Causes, Behaviors, and Best Practices