银行技术测试
首次尝试Makers Bank技术测试
用户故事:
As an account holder,
In order to see my account history,
I would like to be able to see an account statement showing the date, amount deposited/withdrawn, and the overall balance of my account.
As
银行技术测试
规格
要求
您应该可以通过JS conole与代码交互
押金
提款
打印帐户对帐单(数据,金额,余额)
数据存储在内存中(而不是数据库中)
怎么跑
首先,克隆此仓库。 然后:
> npm install
> node
> require('./src/account)
=> user now sees further instructions of how to interact with the app
如何进行测试
在命令行中,运行:
npm ru
银行技术测试-Javascr ipt
用于测试代码质量和过程的技术测试示例。
这是对我的Ruby技术测试的重新实现,。
它允许您创建一个帐户,向其中存入资金,从中提取资金以及打印对帐单。
用户故事
As a customer,
So that I can keep control of my money,
I want to open a bank account.
As a customer,
So that I can safely keep my money in a bank,
I