Create a BankAccount class with methods:
deposit(amount: number): voidwithdraw(amount: number): voidgetBalance(): numberWrite tests covering:
A working solution is available here. You are encouraged to incorporate and fix the TODOs that are in the provided solution in your code.
Create a zip archive of your project; do not include the node_modules directory in the zip.
Submit this zip archive to Lamaku.