cara memeriksa adalah nol atau kosong dalam naskah
if(typeof propertyValue!='undefined' && propertyValue){
//execute code here
}
akademik
if(typeof propertyValue!='undefined' && propertyValue){
//execute code here
}
if(typeof namedProperty!='undefined' && namedProperty){
return this.namedProperty;
}