fix: replace inline code blocks (#41576)

This commit is contained in:
Randell Dawson
2021-03-25 15:07:48 -06:00
committed by GitHub
parent 8cc172d9e8
commit b5ed2619eb
25 changed files with 103 additions and 37 deletions

View File

@ -10,7 +10,9 @@ dashedName: learn-about-functional-programming
Functional programming is a style of programming where solutions are simple, isolated functions, without any side effects outside of the function scope.
`INPUT -> PROCESS -> OUTPUT`
```js
INPUT -> PROCESS -> OUTPUT
```
Functional programming is about: