fix: replace inline code blocks (#41576)
This commit is contained in:
@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user