I have created a new collection :
db.createCollection("1st_Year_Students")
I am trying to add an object to this collection :
db.1st_Year_Students.insert({FullName : "Test Test"})
I am having this error :
uncaught exception: SyntaxError: identifier starts immediately after numeric literal : @(shell):1:2