I just want to ask, is there any other language i can use to add interactivity such as Pop-ups aside JavaScript | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

I just want to ask, is there any other language i can use to add interactivity such as Pop-ups aside JavaScript

10th Jan 2020, 8:13 PM
Richard Somto
Richard Somto - avatar
2 ответов
+ 1
Web browsers can only handle javascript. But there are some transpilers which are able to make javascript from code written in another language, for example Brython or Transcrypt lets you write frontend code in Python. https://code.sololearn.com/WgsPzmr3LWSf/?ref=app
10th Jan 2020, 10:10 PM
Tibor Santa
Tibor Santa - avatar
0
Mirielle🐶 browser.alert(message) a function that prints the message in a pop-up window. Returns None https://brython.info/static_doc/en/browser.html
10th Jan 2020, 10:52 PM
Tibor Santa
Tibor Santa - avatar