aboutsummaryrefslogtreecommitdiff
path: root/challenge-096/abigail/node/ch-1.js
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-096/abigail/node/ch-1.js')
-rwxr-xr-xchallenge-096/abigail/node/ch-1.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/challenge-096/abigail/node/ch-1.js b/challenge-096/abigail/node/ch-1.js
index 994c1e1971..c8774fd31f 100755
--- a/challenge-096/abigail/node/ch-1.js
+++ b/challenge-096/abigail/node/ch-1.js
@@ -15,3 +15,4 @@ require ('readline')
. split (/\s+/) // Split on white space
. reverse () // Reverse the words
. join (" "))) // And join them again.
+;