Skip to content

Commit

Permalink
fix(curriculum): fix a typo in js course (freeCodeCamp#56240)
Browse files Browse the repository at this point in the history
  • Loading branch information
iLtc authored Sep 22, 2024
1 parent 67ff9af commit 4cf810f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dashedName: step-48

# --description--

Before you can begin to build out your `locations` array, you will first need to learn about <df>objects</dfn>. Objects are an important data type in JavaScript. The next few steps will be dedicated to learning about them so you will better understand how to apply them in your project.
Before you can begin to build out your `locations` array, you will first need to learn about <dfn>objects</dfn>. Objects are an important data type in JavaScript. The next few steps will be dedicated to learning about them so you will better understand how to apply them in your project.

Objects are non primitive data types that store key-value pairs. Non primitive data types are mutable data types that are not `undefined`, `null`, `boolean`, `number`, `string`, or `symbol`. Mutable means that the data can be changed after it is created.

Expand Down

0 comments on commit 4cf810f

Please sign in to comment.