Create an object with a method that uses setTimeout with an arrow function to preserve the lexical this. Log the object's name after 100ms.
Click Run to test your code