Skip to content

KennethJT1/Assignment-2

Repository files navigation

WEEK-2-TASK-SQ012

Engineering Problems

This repo contains the duplicate transactions problem you should be able to solve in a reasonable amount of time. It tests your understanding of JavaScript fundamentals.

Running tests

First, you need to install the dependencies for the project by running

yarn

Then, you can run the tests by running

yarn test

While in active development, you can run the tests by running

yarn test --watch

Stretch Goals

You can also choose to solve this challenge in typescript by changing the file extension of the .js file in the src folder to .ts. i.e rename src/duplicate-transactions.js to src/duplicate-transactions.ts

Your file would be typechecked when you run the test. This project is already configured to run the tests either in js or ts.

About

Assignment-2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published