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

You only need one - Beginner

Question

Write a function which converts the input string to uppercase.

No examples

Solution by -

My Solution


	function makeUpperCase(str) {
		return str.toUpperCase()
		}
				

Try it yourself - CodeWars

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

You only need one - Beginner

Question

Write a function which converts the input string to uppercase.

No examples

Solution by -

My Solution


	function makeUpperCase(str) {
		return str.toUpperCase()
		}
				

Try it yourself - CodeWars

>>>>>>> 0e614172debaa009c8d31330edbeb3b765b59c39