Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 420 Bytes

ex_145.md

File metadata and controls

13 lines (12 loc) · 420 Bytes

Exercise 145

  • Create a new index145.js
  • Copy the user object from the previous exercise with the username and password properties and values
  • If the user object username is batman and password is Alfred1960KPO! then show the following output:
Welcome back batman!!
  • Else show the following output:
Sorry, you can't enter the Batcave, try again..
  • Use the user properties to create the conditions