/title-sorting-exercise

Primary LanguageTypeScriptMIT LicenseMIT

Sorting titles

This exercise will require you to write a custom array sorting comparison function.

See documentation in the code for details.

Completing

  1. Run the tests using the Deno task test:

    deno task test
    
  2. Edit the function in the module ./src/title-sort.ts so that the tests pass.