chore(i18n,curriculum): updates (#41689)

Apply typo fixes and formatting changes based on feedback from
internationalisation process.
This commit is contained in:
Nicholas Carrigan (he/him)
2021-03-31 01:18:01 -07:00
committed by GitHub
parent 48e19ccd7b
commit e1ea77412b
3 changed files with 3 additions and 7 deletions

View File

@ -8,11 +8,7 @@ dashedName: learn-about-functional-programming
# --description--
Functional programming is a style of programming where solutions are simple, isolated functions, without any side effects outside of the function scope.
```js
INPUT -> PROCESS -> OUTPUT
```
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`
Functional programming is about: