• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1function foo1() {let a = 1; let b = 2;let c = 3;let d = 4;return a + b + c + d;}function foo2() { }