From bae9e573fa7fb9ec6571b0d63672a7653a724f87 Mon Sep 17 00:00:00 2001 From: PadmaVaithyam Date: Thu, 11 Apr 2013 18:21:18 -0700 Subject: [PATCH] padma.js file added padma.js file connect to hello.html and padma() is called. --- hello.html | 2 ++ padma.js | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 padma.js diff --git a/hello.html b/hello.html index e92f92a..e8e2bf8 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(padma(), textContent) // Note: we need to add more function here for everyone to say hello. // append the text content to the document diff --git a/padma.js b/padma.js new file mode 100644 index 0000000..e8ff6dd --- /dev/null +++ b/padma.js @@ -0,0 +1,3 @@ +function Padma() { + return "Padma says hello :)" +} \ No newline at end of file