What is the type of `mixed`, and is `push` allowed afterward?const mixed = [1, "two", 3]; mixed.push(true);