custom-nodes-identifier-names-collision.js 56 B

1234
  1. function hi() {
  2. console.log("Hello World!");
  3. }
  4. hi();