Hi,
In of our applications' script which uses Javascript Client Object model, I saw below statement:
var webUrl = _spPageContextInfo.webServerRelativeUrl == '/' ? '' : _spPageContextInfo.webServerRelativeUrl;
What is this conditional statement testing here? sorry it is a dumb question but am trying to follow. Any ideas?