Skip to content

Commit 7e24869

Browse files
authored
Update lesson2.md
1 parent 30ef666 commit 7e24869

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lesson/lesson2.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
- <a href="http://www.intuit.ru/studies/courses/16/16/lecture/27115">Модификаторы доступа. Область Видимости.</a>
3131

3232
## Домашнее задание
33+
34+
Правка к видео: ArrayStorage.delete() - вместо `storage[i] = null` нужно `storage[size-1] = null`
35+
3336
- Прочитать <a href="http://www.intuit.ru/studies/courses/16/16/lecture/27113?page=4">Соглашения по именованию.</a>
3437
- Реализовать `ArrayStorage.update`
3538
- Сделать проверки: в `update/delete/get` - резюме есть в storage, в `save`- нет в storage: `System.out.println("Resume ...")`.

0 commit comments

Comments
 (0)