From e3f5dd780d2d09cac7016628387542801778242f Mon Sep 17 00:00:00 2001 From: M0lt0 Date: Wed, 8 Nov 2023 15:24:36 -0300 Subject: [PATCH] day 2 level 2 --- myProcess/day2/exc/exc-2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myProcess/day2/exc/exc-2.js b/myProcess/day2/exc/exc-2.js index e739869..3d34dca 100644 --- a/myProcess/day2/exc/exc-2.js +++ b/myProcess/day2/exc/exc-2.js @@ -42,7 +42,7 @@ console.log(variable.repeat(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(`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.")