Run results for: Getting/Keeping only the first item of an array: length VS splice VS slice
Based on https://stackoverflow.com/questions/39510821/how-to-remove-all-element-from-array-except-the-first-one-in-javascript. All results should output "a" in the console using console.log(arr).