en.javascript.info/2-ui/1-document/7-basic-dom-node-properties/1-console-firstchild-innerhtml/task.md
2015-01-24 23:53:50 +03:00

12 lines
No EOL
403 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Что выведет код в консоли?
[importance 5]
В браузере Chrome открыт HTML-документ.
Вы зашли во вкладку Elements и видите такую картинку:
<img src="console-innerhtml.png">
В настоящий момент выбран элемент `<body>`.
Что выведет код `$0.firstChild.innerHTML` в консоли?