0

Complete the followin expression to display the"simba"opject's "category"property on the screen:

document.write(simba________;

13th Apr 2017, 6:37 PM
Abdelrahim Ismail
Abdelrahim Ismail - avatar
8 Answers
+ 1
document.write(simba.category);
13th Apr 2017, 6:54 PM
Geoffrey L
Geoffrey L - avatar
0
thank you 👍
13th Apr 2017, 6:56 PM
Abdelrahim Ismail
Abdelrahim Ismail - avatar
13th Apr 2017, 6:57 PM
Abdelrahim Ismail
Abdelrahim Ismail - avatar
0
document.write(simba. category) ;
21st Mar 2018, 3:40 PM
Mahnoor Shahzad
Mahnoor Shahzad - avatar
0
document.write(simba.category); use closing tag also
22nd Aug 2020, 7:20 AM
DCODE SHOW
DCODE SHOW - avatar
0
13th Nov 2021, 2:16 PM
Sujood Mohammad
- 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!
4th Dec 2019, 6:01 AM
Kalu Ikenga
Kalu Ikenga - avatar
- 1
why another closing )?! need some explanation,please.
4th Dec 2019, 6:06 AM
Kalu Ikenga
Kalu Ikenga - avatar