break
return
debugger
try….catch
integers
double precision floating point
double
floating point
parseInt ()
Number()
parseFloat()
valueOf()
Display()
Prompt()
Alert()
Confirm()
function myFunction() {}
def myFunction() {}
func myFunction() {}
Function : myFunction() {}
Microsoft
Sun Microsystems
Netscape
Oracle
React
Angular
Vue.js
Django
what will be the output of
document.write("5" + 5)
5
10
55
error
onmouseover
onchange
onclick
onhover
What is the output of the following code?
console.log(2 == "2"); console.log(2 === "2");
true, false
false, true
true, true
false, false
=
==
===
!=
It checks if a value is a number
It checks if a value is not a number
It converts a value to a number
It checks if a value is undefined
shift()
pop()
remove()
delete()
push()
unshift()
onsubmit
oninput
onreset
element.addEventListener("click", function);
element.addEventHandler("click", function);
element.attach("click", function);
element.on("click", function);
onmouseenter
onmouseout
onmove
onkeypress
onkeydown
onkeyup
All of the above
stopImmediatePropagation()
preventDefault()
stopPropagation()
cancelPropagation()
onload
DOMContentLoaded
onstart
oninit