Q. What does the '<<' operator do when used with arrays in Ruby? (A) Adds an element to the beginning of the array (B) Adds an element to the end of the array (C) Removes the last element from the array (D) Concatenates two arrays ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Adds an element to the end of the array