Hi, there is a bot to show the person who sent the message during the forward lock, does anyone know its ID?
how can a model in Mongoose have a field of its own and nested?
hi why does a default become a string property when i want to get the length of a string? comment.default.length
i want to examine a combination of conditions. is this true? if (a || b) { if (a) { // do something } else if (b) { // do something } }
when we want to examine two strings, we use the JSON.stringify() what should we do if they are equal in both cases? for example: JSON.stringify({name: "aa", class: 2}, {class:...
hi, how can I convert a sql file to Json format in node.js?
hi, how can I have multiple mongodb connections and switch between them in the app? i use mongoose
what is this default?