Skip to content

Commit 916189d

Browse files
committed
(docs) add link to freeCodeCamp
1 parent f9d9859 commit 916189d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/docs/deep-dive/echo.mdx

+4-3
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,10 @@ const term = $('body').terminal({}, {
127127
fonts, on [figlet demo website](https://patorjk.com/software/taag/) (type some text and click test
128128
all to see all fonts).
129129

130-
`$.terminal.figlet` return a function that renders the text using figlet, because of this you have
131-
responsive text. See below demo how it works, you can resize the window, to see how the ASCII Art
132-
change.
130+
`$.terminal.figlet` [returns a
131+
function](https://www.freecodecamp.org/news/higher-order-functions-explained/) that renders the text
132+
using figlet, because of this you have responsive text. See below demo how it works, you can resize
133+
the window, to see how the ASCII Art change.
133134

134135
<CodePen id="xbKqpZG" title="Terminal Figlet" />
135136

0 commit comments

Comments
 (0)