Skip to content

Commit

Permalink
Update dbs.js
Browse files Browse the repository at this point in the history
  • Loading branch information
luisangelmaciel authored Aug 12, 2023
1 parent 40c3296 commit b9f9f3a
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion js/dbs.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
var myObject= {"codepen2023":[
{
"cd" : [
{ "title" : "Empire Burlesque", "artist" : "Bob Dylan", "price" : "10.90" },
{ "title" : "Hide your heart", "artist" : "Bonnie Tyler", "price" : "9.90" },
{ "title" : "Greatest Hits", "artist" : "Dolly Parton", "price" : "9.90" },
{ "title" : "Still got the blues", "artist" : "Gary Moore", "price" : "10.20" },
{ "title" : "Eros", "artist" : "Eros Ramazzotti", "price" : "9.90" },
{ "title" : "One night only", "artist" : "Bee Gees", "price" : "10.90" },
{ "title" : "Sylvias Mother", "artist" : "Dr.Hook", "price" : "8.10" }
]
}

{
"codepen2023":[
{"Pen":"Status indicators in CSS",
"URL":"https://codepen.io/luisangelmaciel/pen/NWERjjv",
"Creado":"21 Junio 2023"},
Expand Down

0 comments on commit b9f9f3a

Please sign in to comment.