hasmodel.has(attribute) 
 Returns true if the attribute is set to a non-null or non-undefined value. 
if (note.has("title")) {
  ...
}
hasmodel.has(attribute) 
 Returns true if the attribute is set to a non-null or non-undefined value. 
if (note.has("title")) {
  ...
}
Please login to continue.