Which ordinary objects are truthy in a boolean context? Select all that apply.
Explanation
Both an empty array and a separately created empty ordinary object are truthy because ordinary objects do not become falsy when they contain no elements or properties. Treating an empty container like an empty string incorrectly transfers a primitive-string rule to objects.