myfunction.js 43 B

123
  1. function abc(){
  2. console('hello abc');
  3. }