I need help figuring out how to store JavaScript code in a MongoDB field. I'm not sure what annotation to use for this purpose. From my research, it seems like the code should be stored in the following format. Can someone please advise me on where I should store the below format?
new \MongoCode($javascriptCode); -> Where should this value be stored?