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