mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-25 05:02:17 -04:00
55 lines
1.7 KiB
JSON
55 lines
1.7 KiB
JSON
{
|
|
"name": "Working with Objects",
|
|
"blockType": "lecture",
|
|
"blockLayout": "challenge-list",
|
|
"isUpcomingChange": false,
|
|
"dashedName": "lecture-working-with-objects",
|
|
"superBlock": "full-stack-developer",
|
|
"challengeOrder": [
|
|
{
|
|
"id": "67329f737126b75bcb949e13",
|
|
"title": "What Is an Object in JavaScript, and How Can You Access Properties from an Object?"
|
|
},
|
|
{
|
|
"id": "6732b721eb98f224868b44a6",
|
|
"title": "How Can You Remove Properties from an Object?"
|
|
},
|
|
{
|
|
"id": "6732b72961f94324bd6390de",
|
|
"title": "How to Check If an Object Has a Property?"
|
|
},
|
|
{
|
|
"id": "6732b73509f71f24ef05e86e",
|
|
"title": "How Do You Work with Accessing Properties from Nested Objects and Arrays in Objects?"
|
|
},
|
|
{
|
|
"id": "6732b73d25cc01251b778043",
|
|
"title": "What Is the Difference Between Primitive and Non-Primitive Data Types?"
|
|
},
|
|
{
|
|
"id": "6732b749b8aad125523dcda5",
|
|
"title": "What Is the Difference Between Functions and Object Methods?"
|
|
},
|
|
{
|
|
"id": "6732b758194c97257d23fc72",
|
|
"title": "What Is the Object() Constructor, and When Should You Use It?"
|
|
},
|
|
{
|
|
"id": "6732b76c03f7d825c7fc74ee",
|
|
"title": "What Is the Optional Chaining Operator, and How Does It Work?"
|
|
},
|
|
{
|
|
"id": "6732b77adf9de12617a2dbb3",
|
|
"title": "What Is Object Destructuring, and How Does It Work?"
|
|
},
|
|
{
|
|
"id": "6732b788046862264eeb1c39",
|
|
"title": "What Is JSON, and How Do You Access Values Using Bracket and Dot Notation?"
|
|
},
|
|
{
|
|
"id": "6732b79c6aa77826855a3f11",
|
|
"title": "How Do JSON.parse() and JSON.stringify() Work?"
|
|
}
|
|
],
|
|
"helpCategory": "JavaScript"
|
|
} |