SyntaxFix
Write A Post
Hire A Developer
Questions
Make sure that in your input data, response[i] and response[i][j], are not undefined/null.
response[i]
response[i][j]
undefined
null
If so, replace them with "".