asked on
ASKER
so the hacker just need to locate your code checking the timing and remove it ?Well, there wouldn't actually be code that checked the timing. You might write something that needed jQuery, for example, but because of the time to deminify something first, the jQuery hasn't loaded by the time it's needed so the code that expects it hits an undefined error. There's no clue that you did something to cause that error or what to change in 10,000 lines of JavaScript to fix it, assuming you have something that will let you modify loaded JavaScript. (Is there such a thing?)
There are many resources that can take your code and 'de-minify' it when it is not running.
ASKER
ASKER
JavaScript is a dynamic, object-based language commonly used for client-side scripting in web browsers. Recently, server side JavaScript frameworks have also emerged. JavaScript runs on nearly every operating system and in almost every mainstream web browser.
TRUSTED BY
;-)