hello
I have a to do list.
it have input for the task and priority dropdown.
Tasks should be listed in a sort order according to priority ( from urgent down to
âIf You Canâ ), that's already done.
And within each priority group according to lexicographical order - that's my problem.
link for my code:
https://jsbin.com/vuvomu/edit?output
Can anyone help me?
TNX