en.javascript.info/4-ajax/3-ajax-xmlhttprequest/1-phones-list/task.md
2015-02-27 13:21:58 +03:00

12 lines
508 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]
Создайте код, который загрузит файл `phones.json` из текущей директории и выведет все названия телефонов из него в виде списка.
Демо результата:
[iframe src="phones-list" height="100"]
Исходный код просто выводит содержимое файла (скачайте к себе):
[codetabs src="phones-async" height="100"]