From 173f8ebbe7758ea25e95b6ac0c7b802b8787a95f Mon Sep 17 00:00:00 2001 From: M0lt0 Date: Wed, 8 Nov 2023 14:55:09 -0300 Subject: [PATCH] day 2 level 2 --- myProcess/day2/exc/exc-2.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/myProcess/day2/exc/exc-2.js b/myProcess/day2/exc/exc-2.js index a96369f..e739869 100644 --- a/myProcess/day2/exc/exc-2.js +++ b/myProcess/day2/exc/exc-2.js @@ -39,9 +39,11 @@ console.log(variable.repeat(2)); //Exercise: Level 2 +let partOne = ' There is no exercise better for the heart than reaching down and lifting people up. '; +let partTow = 'help' - - +console.log(`The quote ${partOne} by John Holmes teaches us to ${partTow} one another`) +console.log("Love is not patronizing and charity isn't about pity, it is about love. Charity and love are the same -- with charity you give love, so don't just give money but reach out your hand instead.")