Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

js array of strings mongoose

var personSchema = new mongoose.Schema({
tags: [{
    type: String
}]
 
PREVIOUS NEXT
Tagged: #js #array #strings #mongoose
ADD COMMENT
Topic
Name
9+8 =