Sort Arr Of Obj

Run Settings
LanguageJavaScript
Language Version
Run Command
const ceks = [ { 'qty':2 }, { 'qty':1 }, { 'qty':3 }, ] ceks.sort((a,b) => a.qty - b.qty); console.log("Hello World! =>", ceks);
Editor Settings
Theme
Key bindings
Full width
Lines