fix(curriculum): improved reference phrasing for listed js methods (#55152)

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
Taylor Wolf
2024-06-12 00:54:15 -06:00
committed by GitHub
parent f0386106d4
commit e40cd2b331

View File

@@ -362,7 +362,7 @@
"intro": [
"Functional Programming is a popular approach to software development. In Functional Programming, developers organize code into smaller functions, then combine those functions to build complex programs.",
"In this spreadsheet application project, you'll learn about parsing and evaluating mathematical expressions, implementing spreadsheet functions, handling cell references, and creating interactive web interfaces. You'll learn how to dynamically update the page based on user input.",
"This project will cover concepts like the <code>map()</code> method, <code>find()</code> method, <code>parseInt()</code>, the <code>includes()</code> method."
"This project will cover concepts like the <code>map()</code>, <code>find()</code>, and <code>includes()</code> methods and the <code>parseInt()</code> function."
]
},
"learn-modern-javascript-methods-by-building-football-team-cards": {