Which statements describe direct arithmetic between a BigInt and a Number? Select all that apply.
Explanation
Direct use of arithmetic operators such as plus or multiplication with one BigInt and one Number throws a TypeError. Converting one operand first can align the numeric types, while claiming automatic conversion ignores the required type separation.