diff --git a/js/hello.js b/js/hello.js index 75c2cd7..c658aa2 100644 --- a/js/hello.js +++ b/js/hello.js @@ -1 +1 @@ -function hi() { console.log("hi"); } \ No newline at end of file +function hi() { $("body").className = "This is for development testing purposes only" }; \ No newline at end of file