How can I upload more than 1 file in the code editor. For instance chat.js and bot.js in the JS tab... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How can I upload more than 1 file in the code editor. For instance chat.js and bot.js in the JS tab...

30th May 2017, 8:57 AM
Vishnu ks
Vishnu ks - avatar
5 Answers
+ 3
@valentinhacker How can I add 2 html files or 2 css files. Tell me in general.!!!
30th May 2017, 10:43 AM
Vishnu ks
Vishnu ks - avatar
+ 16
put scripts in html: <script src=……></script> x2
30th May 2017, 9:27 AM
Valen.H. ~
Valen.H. ~ - avatar
+ 16
https://code.sololearn.com/W6edk0kjla6D/?ref=app See the HTML section, there I import 2 scripts and 1 CSS.....
30th May 2017, 7:33 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 16
create an iframe and write in it? iframe.contentWindow.document.write()
31st May 2017, 7:40 AM
Valen.H. ~
Valen.H. ~ - avatar
+ 2
I am asking how can I write two html files in the code editor
31st May 2017, 4:25 AM
Vishnu ks
Vishnu ks - avatar