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
Array.isArray acts as a built-in type predicate that narrows to an array type.
How does Array.isArray help with narrowing?