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!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answers
+ 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