Ad
Code
Diff
  • function hello(whoever) {
      return "hello " + whoever;
    }
    • function hello() {
    • return "hello world";
    • function hello(whoever) {
    • return "hello " + whoever;
    • }