Which of the following is not a framework?
From which version of Internet Explorer is the canvas element supported?
What should be the type of the script_url?
What were cookies originally designed for?
Which of the following is not a property of a plug-in entry?
What is Traceur?
Evaluate the output of the following code-snippet?
<p id = "check" > </p>
<script>
document.getElementById("check").innerHTML = 7 < "abekus"
</script>
The _____ property of the accordion widget is used to open the panel when we click on the panel.
The events that are not triggered directly by user activity are called ___________
What will be the output of the following JavaScript code?
function showcommentform()
{
var data = "new text";
document.getElementById('mylocation').innerHTML = data;
}