Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyTypeScriptarrays and tuplesSingle-choice MCQ

What is the type of `mixed`, and is `push` allowed afterward?

const mixed = [1, "two", 3]; mixed.push(true);