Skip to content

JCarmine/javascript-list-merge-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

javascript-list-merge-sort

This repo demonstrates the merging of two arrays containing objects with first and last name data, and then sorting the resulting array by last name. It then prints the resulting lists to screen to verify that the operation was completed successfully. This project uses only vanilla JavaScript.

About

Merge two lists and sort the result using vanilla JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages