From 1cf18bf4aa0e7dfd6a2bec03b2a480c0521eacc0 Mon Sep 17 00:00:00 2001 From: ReemSabry Date: Mon, 7 Apr 2014 16:48:51 -0700 Subject: [PATCH 1/3] Create reem.js --- reem.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 reem.js diff --git a/reem.js b/reem.js new file mode 100644 index 0000000..4a9eaec --- /dev/null +++ b/reem.js @@ -0,0 +1,3 @@ +function reem() { + return "Reem says hello." +} From b6f802164b973117b3290e735d9b0d1db43873ed Mon Sep 17 00:00:00 2001 From: ReemSabry Date: Mon, 7 Apr 2014 16:49:23 -0700 Subject: [PATCH 2/3] Update hello.html --- hello.html | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.html b/hello.html index 1fd1524..dccc3a1 100644 --- a/hello.html +++ b/hello.html @@ -3,6 +3,7 @@ + script src="reem.js"> Hello Team From b2f7a9fb92674dd3fd38075acc6b840a97d7359b Mon Sep 17 00:00:00 2001 From: ReemSabry Date: Mon, 7 Apr 2014 16:49:36 -0700 Subject: [PATCH 3/3] Update hello.html --- hello.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.html b/hello.html index dccc3a1..504c8b5 100644 --- a/hello.html +++ b/hello.html @@ -3,7 +3,7 @@ - script src="reem.js"> + Hello Team