Write a line of code to instantiate an Adapter for RecyclerView. The class of Adapter is RecyclerAdapter and its constructor has no parameters. An instance of RecyclerView is assigned to a variable called recyclerView.
Tip: Don't forget about round brackets! If you're still struggling with the answer, check the theory again.