Javascript code with an function called KU . Function when called should return an alert " hello world". the button is me | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

Javascript code with an function called KU . Function when called should return an alert " hello world". the button is me

Javascript

13th Jun 2021, 2:21 PM
Alex Muendo
Alex Muendo - avatar
2 Answers
- 2
function KU(){ window.alert("Hello, world!") }
13th Jun 2021, 4:09 PM
Coder-Rohit[{(∞)}]
Coder-Rohit[{(∞)}] - avatar
+ 1
Post the code and explain your doubt in brief.
13th Jun 2021, 2:23 PM
TOLUENE
TOLUENE - avatar