I have the following error
the second screeshot is the js from the file, can someone tell me whats wrong?
Hi Michael.
'a.name' and 'b.name' in your function means that you try to sort array with objects. And objects has property 'name'.
But your error means that objects in your array has no property 'name'.
Oleg
I dont understand, how can I fix it, all was ok yesterday
thanks Oleg,
I got it sorted