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.
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.
5 comments
Peter Robinson Manager • over 11 years ago
Hi Timotius, your 20 lines of code can only include JavaScript.
Bartosz Zieliński • 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 ?
Peter Robinson 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.
Md Mofijul Islam • 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
Peter Robinson 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.