Quick Code Fun.
$ npm install # install dependencies
$ npm test # check all code
# or for a single game, e.g. talking clock
$ npm test talking-clock # run tests for the talking clock game
- π° Talking Clock - Convert a 24h time HH:MM to the spoken word
- β° Literally - Output a given number as itβs literal representation
- π Debounce - Debounce a function call
Copyright Β© 2022-present Gary Chisholm (omgaz). This source code is licensed under the MIT license in the LICENSE file.
Made with β₯ by Gary Chisholm (@omgaz).