Buy Questpond's video subscriptions on
huge discount
.
Online: 2936
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
JavaScript
>
Loading ...
What is the difference between below statement?
var func = function() {}
function func() {}
Posted by
vishalneeraj-24503
on 1/15/2014 | Category:
JavaScript Interview questions
| Views: 2385 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
var func = function() {} -> Defines a variable that references an anonymous function.
function func() {} -> Defines a named function "func".
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
What is dynamic language runtime?
Next > :
What is the best example of Fragment Caching?
Comments or Responses
Login to post response
More Interview Questions by vishalneeraj-24503
What is the best example of Fragment Caching?
Which property is used to bind Repeater Control?
What is the life of a View-State items?
DataSet and DataTable class are present in which NameSpace?
How to set all letters or text in lower-case?
What property do we require to add within the Gridview tags to bind co ...
What do we mean by NullDisplayText Property in Gridview?
What is the use of DataFormatString in Gridview?
Latest Interview Questions
What is ViewStart in MVC?
What does Separation of concerns means?
What is MVC?
What's the difference between DELETE TABLE and TRUNCATE TABLE com ...
What is a Method Group Conversion in C#?
Tell me about yourself
How to get the list of tables in a database and also the size of which ...
Your developing web application which access data from a MS sql and ha ...
More ...