alert.js 41 B

123
  1. function myAlert(msg) {
  2. alert(msg);
  3. }