let x = JSON.parse("[[1,2,3,4],[5,5,5,6,7,6,5]]"); alert(x[0][0])
let x = JSON.parse("[['привет, медведь',2,3,4],[5,5,5,6,7,6,5]]"); alert(x[0][0])