What applications use javascript?
No Answer is Posted For this Question
Be the First to Post Answer
how to create a moving div?
What does "1"+2+3 evaluate to?
What is the use of a weakset object in javascript?
Can you assign a anonymous function to a variable?
What are the javascript data types?
What is decodeuri() function?
Explain window.onload and ondocumentready?
Some XYZ company is arranging for online aptitude tests. Draw detailed E-R diagram for the same..
What is the output of below code var car = new Vehicle("Honda", "white", "2010", "UK"); console.log(car); function Vehicle(model, color, year, country) { this.model = model; this.color = color; this.year = year; this.country = country; }
What is closure?
what is the extension of java script.
Why are callbacks used?