What will be the output of the following code?

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

Answer Posted / hrpatelsoft@gmail.com

Reference Error

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you access Cookie using javascript?

729


What is context in javascript?

651


How can javascript be used to personalize or tailor a web site to fit individual users?

645


How do you target a specific frame from a hyperlink in javascript?

663


What is the reason for wrapping the entire content of a javascript source file in a function book?

765


List few difference between java and javascript?

688


Define a named function in javascript.

683


What is the use of Void(0)?

803


Is javascript default scripting language?

640


Explain why asynchronous code is important in javascript?

723


What is Javascript namespacing? How and where is it used?

711


What is event in web programming?

683


Can I learn javascript without knowing java?

664


Can you explain how inheritance works in javascript?

709


What is decodeuri() function?

689