4 lines
		
	
	
		
			65 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			65 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports.multiply = function (x, y) {
 | |
|     return x * y;
 | |
| };
 | 
| module.exports.multiply = function (x, y) {
 | |
|     return x * y;
 | |
| };
 |