Font size
WorksheetsFront-end quiz
Total questions: 12
Worksheet time: 7mins
What TypeScript does?
Transforms Javascript into OO language.
Compiles a typed superset of JavaScript to plain JavaScript
Creates classes by itself
Improve JavaScript performance
Does TypeScript have "namespace"?
Yes
No
What is the diference between AngularJS and Angular
Nothing, are the same thing.
AngularJS uses JavaScript and Angular don't
AngularJS is the first Angular version.
Angular is a Math stuff.
What are NOT an AngularJS directive?
ng-loop
ng-if
ng-bind
ng-app
How can we SET cookies using AngularJS?
cookies.set
Set($cookies)
$cookies.set
$cookiers.put
What "Sass" means?
Syntax available for style sheets
Super access style sheets
Singular access style sheets
Syntactically awesome style sheets
Check AngularJS features...
Directives
Templates
Modules
Scope
Expressions
What AngularJS module does?
Defines a module
Defines a scope
Defines an application
Defines a group
What is scope in Angular JS?
Scope is a JS object that refers to the application scope. It is the entire application context. Basically, it acts as the view manager.
Scope is a JS object that refers to the application model. It acts as a context for evaluating angular expressions. Basically, it acts as glue between controller and view.
Check below AngularJS filters?
Number
Date
Decimal
Lowecase
OrderBy
Why filters are used in AngularJS?
To filter user typed information
To filter not required data
To filter data before displaying it to user
To filter past dates and don't show to user
What are directives in AngularJS?
Directives are DOM elements that allow user to handle browser's cache
Directives are markers on a DOM element that tell AngularJS’s HTML compiler to attach a specified behavior to that DOM element.
Directives are DOM markers to help developers to debug application code.
Directives are Angular markers that allows users to use an application with better performance
