•   over 11 years ago

Are there any rules regarding HTML/CSS?

Title.

  • 5 comments

  • Manager   •   over 11 years ago

    Hi Timotius, your 20 lines of code can only include JavaScript.

  •   •   over 11 years ago

    And what about things like tags:
    script src=...
    - they should be handled in these 20 lines by document.createElement... or how ?

  • Manager   •   over 11 years ago

    Hi Bartosz, the 20 lines need to include just JavaScript, but you can submit 20 lines of JS that can just be pasted into the browser console to do something to the page, like a dev tool script, for example.

  •   •   over 11 years ago

    what about the html, If need some html code and other JS library in parallel with 20 lines JS ?
    and if I have

  • Manager   •   over 11 years ago

    Hi MD., for this challenge, we're just focused on what you can do with 20 lines of JS with no html or css. You can use external libraries as long as they existed prior to the challenge and are publicly available.

Comments are closed.