What will be the output of the code below?
var Y = 1;
if (function F(){})
{
y += Typeof F;</span>
}
console.log(y);
What is double exclamation point?
What is the difference of "settimeout" function and setinterval functions in javascript
How to make elements invisible?
hi i want validations for two dropdown lists in java script.when user enter to second dropdown list by skipping first dropdown list we should get alert box. please help me very urgent
What is javascript hoisting?
What does clean white space mean?
What is lazy instantiation in java?
Write about the errors shown in javascript?
What does "1"+2+3 evaluate to?
What is difference between local and global scope in javascript ?
Why javascript is not secure?
How to shift and unshift using javascript?