- 2
Javascript code with an function called KU . Function when called should return an alert " hello world". the button is me
Javascript
2 Antworten
- 2
function KU(){
window.alert("Hello, world!")
}
+ 1
Post the code and explain your doubt in brief.