[
[],
[ 'Tên', 'Lần 1', 'Lần 2', 'Lần 3', 'Lần 4', 'Tổng' ],
[ 'Tom', '1', '0', '0', '0', '1' ],
[ 'Bradey', '0', '0', '1', '0', '1' ],
[ 'Mike', '0', '0', '0', '0', '0' ],
[ 'Luke', '1', '0', '0', '1', '2' ],
[ 'Cooper', '0', '0', '1', '0', '1' ],
[ 'Jason', '0', '1', '0', '1', '2' ],
[ '', '0', '0', '0', '0', '0' ],
[ '', '0', '0', '0', '0', '0' ],
[ '', '0', '0', '0', '0', '0' ],
[ '', '0', '0', '0', '0', '0' ],
[ '', '0', '0', '0', '0', '0' ],
... 200 more items
]
Is there a way to lowercase this entire array but still keep it the same? Help me please thanks.