Which of the following are all the types of expressions allowed in JavaScript?
A.
Assignment, arithmetic, string and logical
B.
Assignment, arithmetic, string and boolean
C.
Assignment, arithmetic, string, logical, comparison, and boolean
D.
Assignment, arithmetic, string, logical and boolean