Skip to content

Instantly share code, notes, and snippets.

@MahmoudAgamy
Created February 13, 2019 16:12
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 MahmoudAgamy/216f06698c13f01cd52406b23fe80fc5 to your computer and use it in GitHub Desktop.
Save MahmoudAgamy/216f06698c13f01cd52406b23fe80fc5 to your computer and use it in GitHub Desktop.
let sortedObj = sortedKeys.reduce((acc,ltr) => {
acc[ltr] = obj[ltr]
return acc
},{})
console.log(sortedObj) // { b: 4, a: 2, c: 2, k: 1 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment