Skip to content

Instantly share code, notes, and snippets.

@tiagomatosweb
Created February 27, 2023 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tiagomatosweb/011734dbfe321aa07547836516a39a03 to your computer and use it in GitHub Desktop.
Save tiagomatosweb/011734dbfe321aa07547836516a39a03 to your computer and use it in GitHub Desktop.
Desafio javascript #2
{
"id": 1,
"title": "Vue.js composition API",
"sections": [
{
"id": 1,
"title": "Introdução",
"lectures": [
{
"id": 1,
"title": "Introdução",
"is_free": true,
},
],
},
{
"id": 2,
"title": "Básico",
"lectures": [
{
"id": 10,
"title": "Reatividade",
"is_free": false,
},
{
"id": 20,
"title": "Computed parte 1",
"is_free": false,
},
{
"id": 30,
"title": "Watch",
"is_free": true,
},
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment