mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +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'; | ||
|  | } |