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

Define unescape() function?

0 Answers  


How can I learn javascript fast?

0 Answers  


What is "strict mode" and how is it used in JavaScript?

0 Answers  


What is the use of blur function?

0 Answers  


What is stack in javascript?

0 Answers  


Is javascript safe to download?

0 Answers  


What is a method in javascript?

0 Answers  


How do you implement Ajax using hide() function in JQuery?

0 Answers   QuinStreet,


Enumerate the differences between Java and JavaScript?

0 Answers  


What is enum size?

0 Answers  


How to get value of an element by class in javascript ?

0 Answers  


Which companies are using node js?

0 Answers  


Categories