Skip to content

PhilAScript826/JavaScript-Progress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

JavaScript-Progress

JavaScript Progress from FreeCodeCamp var array = [1, 12, 21, 2];

// Only change code below this line.

array.sort(function(a, b){ return b - a; });

var array = [1,2,3,4,5,6,7]; var newArray = [];

// Only change code below this line.

newArray = array.reverse();

About

JavaScript Progress from FreeCodeCamp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published