Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
 
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		
- 
				
				@aayusharyan
 I see it... hence my comment!
 And I agree with @filthyranter... again my original comment!
- 
				
				Rushing in to defend OPs honor, I guess the false condition was part of debugging a block that should not have been executed, right @b3b3?








Took me 2hrs of my life
if (false);
{
// do sth
}
undefined