file1.js 61 B

1234
  1. function add(a, b) {
  2. "use strict";
  3. return a + b; // fôo
  4. }