I get responses from the server, for example 
But, sometimes the server returns like 
And when I request for example data.rows[1 (и больше)][1] The console issues this
"Uncaught TypeError: Cannot read property '1' of undefined"
Which is logical, I want to make an exception so that a similar error is processed and data.rows[1 (и больше)][1] assigned zeros
lengthproperty before accessing, so as not to go beyond - Grundydata.rows = null? - Kernozzdata.rows. - Arnial