From ad348fe86b9364133440a97fb308d1077bdbb13b Mon Sep 17 00:00:00 2001 From: bessiezhuo Date: Wed, 17 Apr 2013 15:12:39 -0700 Subject: [PATCH] Bessie's update --- bessie.js | 4 ++++ hello.html | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 bessie.js diff --git a/bessie.js b/bessie.js new file mode 100644 index 0000000..7b8c1a5 --- /dev/null +++ b/bessie.js @@ -0,0 +1,4 @@ +function bessie() { + // return "Bessie says hello." + return "Bessie says Hello!"; +} \ No newline at end of file diff --git a/hello.html b/hello.html index 1fd1524..d265e1d 100644 --- a/hello.html +++ b/hello.html @@ -3,6 +3,7 @@ + Hello Team @@ -31,6 +32,7 @@ updateText(elisabeth(), textContent); updateText(bob(), textContent); updateText(robert(), textContent); +updateText(bessie(), textContent); // Note: we need to add more function here for everyone to say hello. // append the text content to the document