I'm making an ajax call and the response I get is something like this:
   Object {
        Monday noon: Array[4], 
        Tuesday morning: Array[2], 
        Friday noon: Array[3], 
        Sunday: Array[1]
    }
I would like to do something like:
    response.length
But what i get back is undefined
Any idea how can i get the length inside of the Object array?
Another question is:
How could I get to the array of Monday noon: Array[4]? Any help or tutorial link will be appreciated. 
 
     
     
     
    