- 4
what will be the output?
Complete the following expression to display the "simba" object's "category" property on the screen: document.write(simba.______); Note: it should be, document.write(simba.category); but it is not working
23 ответов
+ 5
You must write "category)" in the answer ;-)
+ 2
Complete the following expression to display the "simba" object's "category" property on the screen:
document.write(simba.category);
answer: category)
+ 1
I dont know much about javascript but I think that even if i knew it I wouldn't be able to answer because of the lack of detail. consider copy + pasting
the whole ( or atleast the whole section) code.
+ 1
Not less “)”
+ 1
Which means its not possible to get past it, unless there is something small we're leaving out, the closing parentheses ")"
+ 1
category)
don't forget this ')'
0
I have the same problem....
0
category )
0
Complete the following expression to display the "simba" object's "category" property on the screen:
document.write(simba.category);
0
category)
0
category )
0
document.write(simba.category);
this is how the code is supposed to look like
0
category)
0
simple
category)
0
category)
0
category)
0
category)
0
Yes..its not working...
{ Simba. Category}
0
category
0
document.write(simba.category);