Skip to content
Advertisement

how to find empty value for specific key in multidimensional array

i have array like this

JavaScript

and i want to search in this multi-array to find if the key [6] => is empty.if it was empty in any array return false so how to do this

JavaScript

Advertisement

Answer

JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement