this what i pasted and get the error
both connection strings are giving me the error
MongoDB Enterprise > mongo “mongodb://cluster0-shard-00-00-jxeqq.mongodb.net:27017,cluster0-shard-00-01-jxeqq.mongodb.net:27017,cluster0-shard-00-02-jxeqq.mongodb.net:27017/test?replicaSet=Cluster0-shard-0” --authenticationDatabase admin --ssl --username m001-student --password m001-mongodb-basics
uncaught exception: SyntaxError: unexpected token: string literal :
@(shell):1:6
MongoDB Enterprise >
what can i do to correct this^
Normand