boolean - javascript, what this condition means? if(display || true){...} -


the display variable optional on actual function, don't understand means || true

what checks condition? if(display || true){...}

if(display || true){ $("#container").html(this.displayreport(this.tabdata, extrainfo || false)); } 

the || logical or operation, means display or true true.

your code means if(true) {...}, , if quite redundant.


Comments

Popular posts from this blog

javascript - Can Piwik report referrer in real time? -

asp.net - Google Drive Access: At least one client secrets (Installed or Web) should be set -

c# - How do I debug "System.DllNotFoundException: The specified procedure could not be found"? -