Handling Panics with Golang's Recover

# Introduction In Golang, `recover` is a built-in function that can be used to recover from a panic. This Challenge will test your ability to use `recover` to handle panics.

|60 : 00

Click the virtual machine below to start practicing