applescript
if (a is missing value) then
log "missing value"
end if
jXA(javascript)
if (a === null) {
console.log("null");
}
Go to list of users who liked
More than 5 years have passed since last update.
if (a is missing value) then
log "missing value"
end if
if (a === null) {
console.log("null");
}
Register as a new user and use Qiita more conveniently
Go to list of users who liked