Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews Scripting language Interviews:AngularJSAngularJS DeveloperChrome FrameDojoExpert Developer JavaScriptExpert JavaScript DeveloperExt CoreEXT-GWTExt-JSFront End Developer (AngularJS)JQuery DeveloperjQuery MobileJQuery ProgrammerJQuery UIMooToolsPrototype FrameworkQooxdooScriptingSencha TouchSizzle Selector EngineSWFObjectWeb Font LoaderXMLHttpRequest
Copyright © 2018. All Rights Reserved
AngularJS Developer Interview Question:
Please explain what is Angular Expression? Explain what is key difference between angular expressions and JavaScript expressions?
Submitted by: MuhammadLike JavaScript, Angular expressions are code snippets that are usually placed in binding such as {{ expression }}
The key difference between the JavaScript expressions and Angular expressions
☛ Context : In Angular, the expressions are evaluated against a scope object, while the Javascript expressions are evaluated against the global window
☛ Forgiving: In Angular expression evaluation is forgiving to null and undefined, while in Javascript undefined properties generates TypeError or ReferenceError
☛ No Control Flow Statements: Loops, conditionals or exceptions cannot be used in an angular expression
☛ Filters: To format data before displaying it you can use filters
Submitted by: Muhammad
The key difference between the JavaScript expressions and Angular expressions
☛ Context : In Angular, the expressions are evaluated against a scope object, while the Javascript expressions are evaluated against the global window
☛ Forgiving: In Angular expression evaluation is forgiving to null and undefined, while in Javascript undefined properties generates TypeError or ReferenceError
☛ No Control Flow Statements: Loops, conditionals or exceptions cannot be used in an angular expression
☛ Filters: To format data before displaying it you can use filters
Submitted by: Muhammad
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.
https://InterviewQuestionsAnswers.ORG.