no response at all when i click on ‘run the tests’ why??
**Your code so far**
const myMusic = [
{
"artist": "Billy Joel",
"title": "Piano Man",
"release_year": 1973,
"formats": [
"CD",
"8T",
"LP"
],
"gold": true
},{"artist":"justin Bieber",
"title":"Baby",
"release_year":2009,
"formats":["cd","dvd"]}
];
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.62
Challenge: Manipulating Complex Objects
Link to the challenge:
Exotic
#2
Hello!
Your code works fine for me . Try reloading the page or check your network connection
1 Like
Or try to stop extensions like AdBlocker, then reload the page…
1 Like
already did this at the very beginning of this course
btw it worked after refreshing that page
thanks
Exotic
#5
Glad to know it worked. Sometimes(though very rarely) if the memory/cpu is overloaded it might not work too. (has happened to me once) .
yeah, very much possible
but i have network issues too
LOL
system
Closed
#7
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.