This might sound stupid, but can JavaScript be used for hacking - can it be used to do server-side commands like set server variables or access files stored in the server but not released to the internet?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
No, JavaScript is a client side language. Although JavaScript can be used to perform some action at the client side (like send your password via ajax call), but it is not even executed on the server. |
|||
|