Merge pull request #1 from codeymason/codeymason-patch-1
Update README.md
This commit is contained in:
		
						commit
						3a5714dbf4
					
				| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
# Exercise 02 - Reverse a String.
 | 
					# Exercise 02 - Reverse a String.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Pretty simple, write a function called `reverseString` that returns it's input, reversed!
 | 
					Pretty simple, write a function called `reverseString` that returns its input, reversed!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```javascript
 | 
					```javascript
 | 
				
			||||||
reverseString('hello there') // returns 'ereht olleh'
 | 
					reverseString('hello there') // returns 'ereht olleh'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue