Skip to content
/ OrderBy Public

You have an array of objects in JavaScript. Each one contains a name (a string) and age (a number). Write a function which returns the objects ordered by age.

Notifications You must be signed in to change notification settings

Nsovo/OrderBy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

OrderBy

You have an array of objects in JavaScript. Each one contains a name (a string) and age (a number). Write a function which returns the objects ordered by age.

About

You have an array of objects in JavaScript. Each one contains a name (a string) and age (a number). Write a function which returns the objects ordered by age.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published