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
		
- 
				
				@heluvaguy @caramelCase Yep, const is the immutable one, let is just like var but block-scoped instead of function-scoped/hoisted. :)
- 
				
				 A1rPun2178y@klopango try nodejs and comfort yourself with let/const and arrow functions and you will love them sooner than you think. A1rPun2178y@klopango try nodejs and comfort yourself with let/const and arrow functions and you will love them sooner than you think.











Make let not var.
undefined