7 lines
		
	
	
		
			126 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			126 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ```js
 | |
| for (let index = 0; index < array.length; index++) {
 | |
|   const element = array[index];
 | |
|   // imported from script.md
 | |
| }
 | |
| ```
 |