What will be the output of the following code?

//nfe (named function expression)
var Foo = Function Bar()
{
return 7;
};
typeof Bar();



What will be the output of the following code? //nfe (named function expression) var Foo = Funct..

Answer / hrpatelsoft@gmail.com

Reference Error

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More JavaScript Interview Questions

Write a javascript program to make a simple calculator

11 Answers   Anand Group, TCS,


How are object properties assigned?

0 Answers  


List some unit testing frameworks javascript

0 Answers  


Explain how to detect the operating system on the client machine?

0 Answers  


Is javascript safe to download?

0 Answers  






Is it possible to break javascript code into several lines?

0 Answers  


What is unescape() function?

0 Answers  


Is null in javascript?

0 Answers  


What is s+ in regex?

0 Answers  


What is use of object as function?

0 Answers  


Which keywords are used to handle exceptions?

0 Answers  


What do you understand by this keyword in javascript?

0 Answers  


Categories