Combines elements of an array or range into a single string with a delimiter.
=JOIN(", ", A1:A3) might turn the values in A1:A3 into a comma-separated list.