Solution Review: Revocable Proxy
Let's discuss the solution to the revocable proxy exercise given in the previous lesson.
We'll cover the following...
We'll cover the following...
Solution
Look at how the code given below solves the challenge.
Explanation
Now, let’s dig into the above code.
Rember you were asked to create and return a proxy from the function createRevocableProxy().
handler
First of all, we create a