Update helloWorld.js
This commit is contained in:
		
							parent
							
								
									8dfb7e4508
								
							
						
					
					
						commit
						b264485498
					
				| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
const helloWorld = function() {
 | 
					const helloWorld = function() {
 | 
				
			||||||
  return ''
 | 
					  return 'Hello World!'
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
module.exports = helloWorld;
 | 
					module.exports = helloWorld;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue