What is the key difference between jasmine.arrayContaining() and jasmine.arrayWithExactContents()?
-
A
arrayContaining allows extra elements; arrayWithExactContents requires all elements to match exactly
-
B
arrayContaining checks order; arrayWithExactContents ignores order
-
C
arrayContaining is for objects; arrayWithExactContents is for primitives
-
D
They are identical in behavior