Solution use-the-parseint-function.english.md (#18743)
* Update use-the-parseint-function.english.md * Removed blank line
This commit is contained in:
		
				
					committed by
					
						 Todd Chaffee
						Todd Chaffee
					
				
			
			
				
	
			
			
			
						parent
						
							f5590c1d0b
						
					
				
				
					commit
					1f9e26c7fe
				
			| @@ -59,6 +59,8 @@ convertToInteger("56"); | ||||
| <section id='solution'> | ||||
|  | ||||
| ```js | ||||
| // solution required | ||||
| function convertToInteger(str) { | ||||
|   return parseInt(str); | ||||
| } | ||||
| ``` | ||||
| </section> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user