4 lines
		
	
	
		
			99 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			99 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| export function createRectangle(left, top, width, height) {
 | |
|   return {left, top, width, height};
 | |
| }
 |