mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-05 09:01:18 -04:00
fix(curriculum): improve Crowdin wording for workshop-recipe-ingredient-converter (#60125)
Co-authored-by: Varshith Kalakota <vkalakota1@toromail.csudh.edu> Co-authored-by: Ilenia <26656284+ilenia-magoni@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0cb1b30ca5
commit
79565fca25
@@ -13,7 +13,7 @@ Time to see your curried function in action. Here's how you might call our examp
|
||||
const dinner = tikkaMasala("curry powder")("tofu")("onion");
|
||||
```
|
||||
|
||||
Declare a `gramsResult` variable, and assign it the result of using your curried function to convert `2` `cup`s to `gram`.
|
||||
Declare a `gramsResult` variable, and assign it the result of using your curried function to convert `2` units of the measure `cup` to `gram`.
|
||||
|
||||
Log that value to the console.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user