mirror of
				https://github.com/rkd77/elinks.git
				synced 2025-10-21 19:54:04 -04:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
		
			166 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			166 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
|   | <script> | ||
|  | console.error("console.assert.html"); | ||
|  | console.assert(0 % 2 === 0, "O is not even"); | ||
|  | console.assert(1 % 2 === 0, "1 is not even"); | ||
|  | console.exit(0); | ||
|  | </script> |