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 difference between args.length and args.length() in command line argument?
name any two javascript functions which are used to convert nonnumeric values into numbers?
Write a program to reverse a string in pure javascript?
What is console.log()?
Public Static Void Main(String args[]) { System.out.in("Hai.."); } In the above code why string args[] is required.... If we are not giving command line argument..
Which built-in method returns the string representation of the number’s value?
What is stack in javascript?
Can you assign an anonymous function to a variable?
What is built in function in javascript?
How to toggle display an html element?
What is difference between ajax and javascript?
Can you assign a anonymous function to a variable?
What is scope variable in javascript?
What is s+ in regex?
What is difference between module.exports and export?