refactor: sortFiles -> toSortedArray
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
1ee5e24d0f
commit
52cb6adf02
@@ -1,4 +1,4 @@
|
||||
exports.sortFiles = function sortFiles(challengeFiles) {
|
||||
exports.toSortedArray = function toSortedArray(challengeFiles) {
|
||||
const xs = Object.values(challengeFiles);
|
||||
// TODO: refactor this to use an ext array ['html', 'js', 'css'] and loop over
|
||||
// that.
|
||||
|
Reference in New Issue
Block a user