simple-function.js 46 B

12
  1. function foo() { return (1 + 2) + 3; }
  2. foo();