From b4c5276f82c58db52687d597f2d41b5e42b37b27 Mon Sep 17 00:00:00 2001 From: Shakti Date: Wed, 17 Apr 2013 00:20:24 -0700 Subject: [PATCH] Added function and code --- hello.html | 2 ++ shakti.js | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 shakti.js diff --git a/hello.html b/hello.html index 1fd1524..2bc107b 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(shakti(), textContent); // Note: we need to add more function here for everyone to say hello. // append the text content to the document diff --git a/shakti.js b/shakti.js new file mode 100644 index 0000000..c92bd42 --- /dev/null +++ b/shakti.js @@ -0,0 +1,3 @@ +function shakti() { + return "Shakti says hello." +} \ No newline at end of file