0
Complete the followin expression to display the"simba"opject's "category"property on the screen:
document.write(simba________;
8 Antworten
+ 1
document.write(simba.category);
0
thank you 👍
0
I like always
https://www.sololearn.com/
0
document.write(simba.
category)
;
0
document.write(simba.category); use closing tag also
0
- 1
I have done it as indicated here but it is not accepted by the system prompt. document.write(simba.category ) It appears something is still not there even though “category” is the required response!
- 1
why another closing )?! need some explanation,please.