Exercise 1: Revocable Proxy
Practice your revocable proxy skills by completing this exercise.
We'll cover the following...
We'll cover the following...
Problem statement
Implement the createRevocableProxy()
method in the following code to create a proxy that can be used for up to 3 seconds. During that time, any method calls on the proxy ...