From 55a92879fa90ca3081574f0d2734cce4b1208e2b Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Sat, 15 Jun 2019 00:51:01 +0000 Subject: [PATCH] Added comments in Functions.js --- JavaScript/Functions.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/JavaScript/Functions.js b/JavaScript/Functions.js index d6d831b..ea7061b 100644 --- a/JavaScript/Functions.js +++ b/JavaScript/Functions.js @@ -7,4 +7,5 @@ function returnSmallest(a, b) { } } -// Add your functions below this line :) ------------------------------------ \ No newline at end of file +// Add your functions below this line :) ------------------------------------ +// Adding some comments here