سؤال

What is considered an empty SharePoint list item when doing if else condition via JavaScript? "", null, or something else?

لا يوجد حل صحيح

نصائح أخرى

I just did an alert to show what the empty list item was showing. It showed null. SO I i changed it to

if (whatever("whatever")==="" || whatever("whatever")=null)...

it now shows what I want to show.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى sharepoint.stackexchange
scroll top