mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-11-02 20:16:04 +01:00 
			
		
		
		
	
		
			
	
	
		
			4 lines
		
	
	
		
			99 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			4 lines
		
	
	
		
			99 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| 
								 | 
							
								function foo(name, age) {
							 | 
						||
| 
								 | 
							
									return 'The person known as "' + name + '" is ' + age + ' years old';
							 | 
						||
| 
								 | 
							
								}
							 |