Learn
Code Challenge 17
Instructions
1.
Complete the addMovie
function to inserts a movie into the Movie
table with columns named title
, publication_year
, and director
. Use the style of placeholders using named parameter and an object as the second argument of db.run()
.
Take this course for free
By signing up for Codecademy, you agree to Codecademy's Terms of Service & Privacy Policy.