index.js 57 B

123
  1. function sayGoodbye() {
  2. $('#title').html('Goodbye');
  3. }