Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Top Posters

Who's Online (2)

Powered by Vanilla. Made with Bootstrap.
Basic Hello World
  • Xin
    Posts: 3,251
    <html>
    <head>
    <title>JavaScript Skeletion</title>
    </head>
    <body>
    <script type = \"text/javascript\">
    <!-- hide me from older browsers
    // say Hello, world!
    alert(\"Hello, world!\");
    // show me -->
    </script>
    </body>
    </html>
    Xin
  • Nice job widening your web languages. Just keep in mind if you move on to PHP you will find alot of shit is the same with javascript and php so it makes the whole learning process easier
  • Xin
    Posts: 3,251
    Yeah, this javascript book is helping me a lot with stuff i didnt know, such as all the things you can do with XSS, also it should help with the hacking challenges
    Xin