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
		
- 
				
				 hrombach1779y@LicensedCrime return will quit the function. To get out of a loop or other control structure you use break;. hrombach1779y@LicensedCrime return will quit the function. To get out of a loop or other control structure you use break;.
- 
				
				 hrombach1779y@LicensedCrime nope. You can use a condition to break out of a while with no issues, but a return would leave the function altogether. hrombach1779y@LicensedCrime nope. You can use a condition to break out of a while with no issues, but a return would leave the function altogether.
- 
				
				 eldamir12219yAlso, no type specified for the dd parameter in countDown. Pretty shitty code. Is fun though eldamir12219yAlso, no type specified for the dd parameter in countDown. Pretty shitty code. Is fun though







Programing Tree🤗
undefined