deleteis used to delete child from array ```js const something = ['123', '1234'] delete something[1 - Program Dream