randomfileadded
random.ts file added in src which implements the required functions
Hi @eshant742! Thank you for your PR!
There are a few things that need to be fixed and completed before I can merge it.
-
You have created objects
StreamandAsyncStreamin the filerandom.tswith methodrockPaperScissors. Instead, you have to add these methods to the existingStreamandAsyncStreamclasses (see filesstream.ts,async-stream.ts). -
Please export the new functions (
rockPaperScissorsandrockPaperScissorsAsync) in the fileindex.ts. -
The new functions and methods need to be covered by tests, similar to how the previously implemented functions and methods are tested.
If you have any questions, feel free to reach out.
Hi @eshant742 Do you plan to continue working on this PR?