From 5b4dc4ab6d8d575c005cfe312f427bad0d39d091 Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Thu, 26 May 2022 09:13:20 +0200 Subject: [PATCH] fix(curriculum): external Mad Libs link in JS steps (#46157) --- .../basic-javascript/constructing-strings-with-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/constructing-strings-with-variables.md b/curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/constructing-strings-with-variables.md index 99884524d4a..ba170cf1d59 100644 --- a/curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/constructing-strings-with-variables.md +++ b/curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/constructing-strings-with-variables.md @@ -9,7 +9,7 @@ dashedName: constructing-strings-with-variables # --description-- -Sometimes you will need to build a string, [Mad Libs](https://en.wikipedia.org/wiki/Mad_Libs) style. By using the concatenation operator (`+`), you can insert one or more variables into a string you're building. +Sometimes you will need to build a string. By using the concatenation operator (`+`), you can insert one or more variables into a string you're building. Example: