fix(curriculum): small English update (#42166)
This commit is contained in:
@ -143,7 +143,7 @@
|
||||
"title": "Functional Programming",
|
||||
"intro": [
|
||||
"Functional Programming is another popular approach to software development. In Functional Programming, code is organized into smaller, basic functions that can be combined to build complex programs.",
|
||||
"In this course, you'll learn the core concepts of Functional Programming including pure functions, how to avoid mutations, and how write cleaner code with methods like <code>.map()</code> and <code>.filter()</code>."
|
||||
"In this course, you'll learn the core concepts of Functional Programming including pure functions, how to avoid mutations, and how to write cleaner code with methods like <code>.map()</code> and <code>.filter()</code>."
|
||||
]
|
||||
},
|
||||
"intermediate-algorithm-scripting": {
|
||||
|
Reference in New Issue
Block a user