`{ let undefined = 5; console.log(undefined); // will print five }` make sure to do this in a new scope because the global variable named undefined is unconfigurable
{ let undefined = 5; console.log(undefined); // will print five }make sure to do this in a new scope because the global variable named undefined is unconfigurable