From 0909475ce685721fefbfcb648be2a61adf8d00a4 Mon Sep 17 00:00:00 2001 From: Yuchen Mou Date: Wed, 10 Apr 2013 16:15:14 -0700 Subject: [PATCH 1/2] Yuchen added personal function and text --- hello.html | 2 ++ yuchen.js | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 yuchen.js diff --git a/hello.html b/hello.html index e92f92a..1a44a6c 100644 --- a/hello.html +++ b/hello.html @@ -2,6 +2,7 @@ + Hello Team @@ -29,6 +30,7 @@ // one by one, call all of the functions that add to the text content updateText(elisabeth(), textContent); updateText(bob(), textContent); +updateText(yuchen(), textContent); // Note: we need to add more function here for everyone to say hello. // append the text content to the document diff --git a/yuchen.js b/yuchen.js new file mode 100644 index 0000000..24b4a3c --- /dev/null +++ b/yuchen.js @@ -0,0 +1,3 @@ +function yuchen() { + return "Yuchen shouts hello from the rooftops. :D" +} \ No newline at end of file From 18bba52468f42ad31cc1a47349a3e5a45ced103a Mon Sep 17 00:00:00 2001 From: Yuchen Mou Date: Wed, 17 Apr 2013 15:31:40 -0700 Subject: [PATCH 2/2] two committs combined --- hello.html | 2 +- yuchen.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hello.html b/hello.html index 1a44a6c..403827f 100644 --- a/hello.html +++ b/hello.html @@ -3,7 +3,7 @@ - Hello Team + Hello WebLabUX Team