Use the provided constructor function to construct two computer accounts. The name of the first is acct1 for user "Bob Smith" with password "abc123". The name of the second is acct2 for user "Ted Jones" with password "redmenace". Then invoke the "makeAdmin" function to make Ted an administrator.

Note that the following exercise is for drill only, i.e. we would normally not organize code this way.

javascript programming
exercise: methods 03