Usharani has Published 80 Articles

What is oncontextmenu event in JavaScript?

usharani

usharani

Updated on 19-Jun-2020 11:03:46

288 Views

On right click of an element, when the context menu opens, then it is known as oncontextmenu in JavaScript.ExampleYou can try to run the following code to learn how to work with oncontextmenu event in JavaScript −                                         Right click    

How to get a pseudo-random number between 0 and 1 in JavaScript?

usharani

usharani

Updated on 19-Jun-2020 07:53:05

298 Views

To get a pseudo-random number between 0 and 1, use the Math.random() method in JavaScript.ExampleYou can try to run the following code to get a pseudo-random number between 0 and 1 −           JavaScript Math random() Method                 ... Read More

How can I set the default value for an HTML