en.javascript.info/1-js/4-data-structures/7-array/2-add-item-to-array/task.md
2015-01-11 01:54:57 +03:00

7 lines
328 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]
Как добавить элемент в конец произвольного массива?
У нас есть массив `goods`. Напишите код для добавления в его конец значения "Компьютер".