Easy Coding Modify the code Unlock access 20 pts (O) ID: goal-unlock Modify the code so it returns GRANTED instead of DENIED. Your code function unlock() { var access = false; return access ? 'GRANTED' : 'DENIED'; } Run tests Reset Share: Copy link Facebook X