mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 10:22:16 +00:00
fix(curriculum): correct capitalization in Task 9 data types challenge (#67570)
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ lang: en-US
|
||||
|
||||
The verb `to store` in programming refers to the act of keeping or saving data so that it can be used later. Choosing the right data types is critical because it influences how information is `stored` and used in a program.
|
||||
|
||||
Different data types are suited for different kinds of information, like text, numbers, or boolean values. For example, To `store` text, a programmer might use the data type `string`.
|
||||
Different data types are suited for different kinds of information, like text, numbers, or boolean values. For example, to `store` text, a programmer might use the data type `string`.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user