mirror of
				https://github.com/DerTyp7/explainegy-nextjs.git
				synced 2025-10-31 05:37:12 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			86 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			86 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Code
 | |
| 
 | |
| ```js
 | |
| var foo = function (bar) {
 | |
| 	return bar++;
 | |
| };
 | |
| 
 | |
| console.log(foo(5));
 | |
| ```
 | 
