Hi, In line 179 of file index.js you have a type error: `vidoes.splice(0, 0, videoObj);` and it should be `videos.splice(0, 0, videoObj);` Regards