Welcome to the forums! A chance for site members to chat and get help.
You are not logged in.
Pages: 1
Hello! Ive bested challenges 1-3 and need assistance on challenge 4! Am I using JavaScript or something else? Anything will help and will be appreciated
Offline
it's been a little but from what I recall you need to change your cookie somehow.
[spoiler]
you can do this in chrome for example by opening the developer tools and in in the console do something like document.cookie="cookie-name=cookie-value"
[/spoiler]
Offline
use a javascript to see cookies..
:banana::banana::banana::banana::banana:
Offline
figure out what field you need to modify and then change the value of it using js. something like:
void(document.cookie="field=value");
Offline
Pages: 1