What will be the output of the code below?
var Y = 1;
if (function F(){})
{
y += Typeof F;</span>
}
console.log(y);
Answer Posted / hrpatelsoft@gmail.com
The output would be 1undefined.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How dhtml is used in javascript?
What is Javascript namespacing? How and where is it used?
How to call a function inside a function in javascript?
What is undefined x 1 in JavaScript?
What is jscript used for?
What is spread syntax?
What is local and global scope?
How to test 404 page in QA
What are the features of javascript?
Is javascript client side or server side?
Does javascript care about whitespace?
What is dhtml in javascript?
What's math constants and functions using javascript?
Auto insurance project..How to explain project in interviews.Using Automation tool (selenium).
Do you need to declare variables in javascript?