fix(curriculum): update date object title (#58815)

This commit is contained in:
Anna 2025-02-15 00:21:31 -05:00 committed by GitHub
parent 7ccb14358f
commit 7c230bb298
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
"challengeOrder": [
{
"id": "6733aafb9c0802f66cc1e056",
"title": "How Does the JavaScript Data Object Work, and What Are Some Common Methods?"
"title": "How Does the JavaScript Date Object Work, and What Are Some Common Methods?"
},
{
"id": "6733d608654c17868e01c0a2",
@ -16,4 +16,4 @@
}
],
"helpCategory": "JavaScript"
}
}

View File

@ -1,6 +1,6 @@
---
id: 6733aafb9c0802f66cc1e056
title: How Does the JavaScript Data Object Work, and What Are Some Common Methods?
title: How Does the JavaScript Date Object Work, and What Are Some Common Methods?
challengeType: 11
videoId: aFGXBwkmNqg
dashedName: how-does-the-javascript-data-object-work-and-what-are-some-common-methods