fix(curriculum): external Mad Libs link in JS steps (#46157)

This commit is contained in:
Muhammed Mustafa
2022-05-26 09:13:20 +02:00
committed by GitHub
parent 93f32b45e2
commit 5b4dc4ab6d

View File

@@ -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: