Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 800 Bytes

Question1.md

File metadata and controls

17 lines (11 loc) · 800 Bytes

Solution

  • Global Lexical Environment: Creation Phase image

  • Global Lexical Environment: Execution Phase image

  • makeArmy Lexical Environment: Creation Phase image

  • while loop Lexical Environment: Creation Phase image

  • What will army[0] alert? : It will alert nothing since its not a method call.

  • How to fix? : by calling like this army[0]();