Learn
Code Challenges
Code Challenge 17
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()
.