I have a javascript variable that stores some values:
Can I repeat it in firebug or somewhere to see what values ββare stored.
var p = user.permissions;
I am using extjs3.
Nothing. I had to add this line
Before:
console.log(p);
I just typed console.log (p);