Any tips on getting the code below to function properly?
var x = 'name';
After that, I want to utilize the value inside x like a variable and assign it so that when I call for NAME, I get this outcome:
var name = 'NAME';
Can this be achieved?