Explore Library
FlashcardIntermediate

Array.isArray Narrowing

Array.isArray acts as a built-in type predicate that narrows to an array type.

Question

How does Array.isArray help with narrowing?

Click to reveal answer