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

mysql - FireDac error 314 - but DLLs are in program directory -

wpf - C# NAudio - Changing audio playback position still plays a small buffer of old position -

Log not being recorded for quickfix c++ Session -