jsejcksn / title-sorting-exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:TypeScript 100.0%