I am facing an issue with adding a user to my collection called users. The code I'm currently using is:
var user1 = {
Username: "joonyoftv",
Password: "joon123",
Email: "<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="610b0e0e0f1821030c00080d4f020e0c">[email protected]</a>",
Birthday: {
new Date: ( "2000-08-02")
},
FavoriteMovies: [ 61942e53b8d3d951230f0980, 61943aabb8d3d951230f0983 ]
}
However, I am encountering a SyntaxError that says I am missing : after property id: @(shell):6:7. Can anyone advise on what steps I should take next?