debugging - TairinySimeonato/WebAuditing GitHub Wiki
use console.log(function name) right after function definition
"for (a = 0; a != 1000; a++) debugger;"
end sentences with ;
use javascript console to understand code
use console.log(function name) right after function definition
"for (a = 0; a != 1000; a++) debugger;"
end sentences with ;
use javascript console to understand code