how to check if a message has an attachment discord js

JavaScript
if (<Message>.attachments.size > 0) {
  //DO STUFF
}
Source

Also in JavaScript: