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