Skip to content

Instantly share code, notes, and snippets.

@johnlokerse
Created September 26, 2022 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnlokerse/3cc0526f5477c32c4291a415d21b0d61 to your computer and use it in GitHub Desktop.
Save johnlokerse/3cc0526f5477c32c4291a415d21b0d61 to your computer and use it in GitHub Desktop.
output outUsingSort array = sort(varGroceryStore, (a, b) => a.productName <= b.productName)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment