Feedback on: Arrays, Object Arrays and Sorting
Worth:
Worth reading
Length:
Just right
Technical:
Just right
Comments:
I still am having trouble understanding sorting Object Arrays. if my object has 3 properties, how do I use your function call to determine which property it gets sorted upon?
ex:
A.name
A.title
A.city
if i wanted to do a simple alphabetical sort on each of these properties, how would I do it?
thanks in advance,
mas
Worth:
Very worth reading
Length:
Just right
Technical:
Just right
Comments:
the article is too good
Worth:
Very worth reading
Length:
Too long
Technical:
Too technical
Comments:
Very worlth reading if I only knew what it said. I think it is something i need. Is there a layman's version? Thanks
Worth:
Very worth reading
Length:
Just right
Technical:
Just right
Comments:
thanx!
it saved me the time of having to write an object array sort.
just pasted it in and it worked with no problem.