Scope

Page section: playground

Testing scope and typeof

These don't work because the prompt seems to save every input as a string.

Variables that exist on this page

  • globalBanana - defined outside of any functions with let
  • veganSausage defined inside the typeOfTest function without a key word (let, const or var)
  • chocodrops
  • parsley - defined outside of any functions with const