You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I personally prefer [['id', 'desc'], ['name', 'asc']], that's also the syntax used by the builtin Map and .entries() so it should align closely with the javascript standard
Properties order in objects are not guaranteed in JavaScript
We can use an Array of Arrays instead of Object.
The text was updated successfully, but these errors were encountered: