Question: *USING JAVASCRIPT PLEASE* Create a an Object constructor function called BankAcct with the properties acctNum, acctOwner, checkBalance, saveBalance, acctType. Define a BankAcct.prototype method called checkTransfer()

*USING JAVASCRIPT PLEASE*

Create a an Object constructor function called BankAcct with the properties acctNum, acctOwner, checkBalance, saveBalance, acctType.

Define a BankAcct.prototype method called checkTransfer() that accepts a amount as an argument. The method should check if the amount + checkBalance is greater than 0 before setting a new checkBalance amount.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!