I am connected to my mongo sandbox through the terminal. I can see the video database and use video works and show collections shows:
movieDetails
moviesScratch
When i try to use:
db.moviesScratch.insertOne({title: “test”, year: 1555, imdb: ”what”})
I receive:
uncaught exception: SyntaxError: illegal character :
@(shell):1:35
What am i don’t wrong?
Thanks