index.js 47 B

1234
  1. "use strict";
  2. var a = "hello";
  3. console.log(a);