Posts by Develop For Web • 23 points
2 posts
-
0
votes0
answers26
viewsQ: What does the !! operator mean in a Return
I know the exclamation (!) is the denial of my expression, but in my function has two exclamations, example: public get isChecarAlgo() { return !!this.algumValorNumerico; } In that case, what does…
-
2
votes1
answer3054
viewsQ: Nodejs / Mongodb: Deprecationwarning: Current URL string parser is deprecated, and will be Removed in a Future version
I’m in trouble in: let options = 'replicaSet=XPTO&readPreference=secondary'; var url = `mongodb://${user}:${password}@${host}/admin?${options}`; Deprecationwarning: Current URL string parser is…