mirror of
				https://github.com/DerTyp7/explainegy-nextjs.git
				synced 2025-10-31 13:47:11 +01:00 
			
		
		
		
	
		
			
				
	
	
	
		
			86 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			86 B
		
	
	
	
	
	
	
	
Code
var foo = function (bar) {
	return bar++;
};
console.log(foo(5));
