index.js 41 B

123
  1. function alertMe() {
  2. alert('hello');
  3. }