6 lines
		
	
	
		
			99 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			99 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| window.PLAYGROUND = function () {
 | |
|   'use strict';
 | |
| 
 | |
|   console.log("Welcome to the Playground!");
 | |
| };
 |