From b57cea1996fbfd1f0ed39e7e19cdda188998e749 Mon Sep 17 00:00:00 2001 From: "U-ChitraHome\\ChitraPitara" Date: Wed, 17 Apr 2013 09:46:26 -0700 Subject: [PATCH] clean and merged --- chitra.js | 3 +++ hello.html | 3 +++ 2 files changed, 6 insertions(+) create mode 100755 chitra.js diff --git a/chitra.js b/chitra.js new file mode 100755 index 0000000..4994d04 --- /dev/null +++ b/chitra.js @@ -0,0 +1,3 @@ +function chtira() { + return "Chitra says hola to all." +} \ No newline at end of file diff --git a/hello.html b/hello.html index e92f92a..82dfbf2 100644 --- a/hello.html +++ b/hello.html @@ -2,6 +2,8 @@ + + Hello Team @@ -29,6 +31,7 @@ // one by one, call all of the functions that add to the text content updateText(elisabeth(), textContent); updateText(bob(), textContent); +updateText(chitra(), textContent); // Note: we need to add more function here for everyone to say hello. // append the text content to the document