How you will write a java script function that display an alert on the screen?
Answer Posted / hilmionell
alert("Hello my friend");
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does polyfill mean?
Is a hash table an array?
Is javascript becoming obsolete?
What is spread syntax?
How to call a function in every x seconds in javascript?
How do we add javascript onto a web page?
How to make a array as a stack using javascript?
Difference between '=', '==' and '===' operators?
How do I enable cookies safari?
Create a new javascript object with the keys of “fname” equal to your first name, “lname” equal to your last name, and “fcolors” equal to and array of 3 of your favorite colors. Assign this object to a variable called “me” and log it to the console.
Which is the best website to learn javascript?
What creates scope in javascript?
what are the differences between as2 and as3?
What is "strict mode" and how is it used in JavaScript?
Is it possible make a call to server side event of any button using javascript?