<<<<<<< HEAD Code Wars - Brett Crafton

Function 1 - hello world

Question

Description: Make a simple function called greet that returns the most-famous "hello world!". Style Points Sure, this is about as easy as it gets. But how clever can you be to create the most creative hello world you can think of? What is a "hello world" solution you would want to show your friends?

No examples

Solution by -

My Solution


	function greet(){
		return true ? "hello world!" : "goodbye world"
		}
				

Try it yourself - CodeWars

======= Code Wars - Brett Crafton

Function 1 - hello world

Question

Description: Make a simple function called greet that returns the most-famous "hello world!". Style Points Sure, this is about as easy as it gets. But how clever can you be to create the most creative hello world you can think of? What is a "hello world" solution you would want to show your friends?

No examples

Solution by -

My Solution


	function greet(){
		return true ? "hello world!" : "goodbye world"
		}
				

Try it yourself - CodeWars

>>>>>>> 0e614172debaa009c8d31330edbeb3b765b59c39