Can you provide a simple solution for removing the quotation marks at the beginning and end of each item in an array? The array format we are working with is shown below:
[ "Value1", "Value2", "Value3", "Value4", "Value5", "Value6"]
We only need to eliminate the quotations around the items in the array. What is the easiest method to achieve this?