Help please!
akntov Could you post the task description and submission results?
Coderslang_Master
akntov as you're throwing an error from the try block it gets immediately caught in catch and the function itself never throws the error to the next level.
catch
Read the lecture once again and move the first if out of the try block.
if
try
akntov in fact, you don't need a try/catch block inside the function errorPractice at all.
errorPractice
Coderslang_Master Some tasks are so frustrating.
akntov have you managed to pass this one?