I need to check if array contains at least one empty elements. If any of the one element is empty then it will return false.
Example:
var my_arr = ne
You have to check in through loop.
function checkArray(my_arr){ for(var i=0;i