Posts

Showing posts from April, 2018

AngularJS interview questions and answers

Read Angular js interview questions including topic advanced topics like Dependency injection, Two-way binding, Dependency injection, scope in angular js     What is AngularJS? List some benefits of using AngularJS?     List some Pros an Cons of angular js?     What is Angular Module? How to create a Module in Angular js?     What is Angular Controller?     What is $scope?     What is $rootscope? How is it different from the scope?     What is the difference between $scope and scope?     What are Angular Expressions?     List the major browsers Supported by Angular js?     How to enable HTML5 mod in Angular 1.x?     List some of the built-in validators in Angular JS?     What is Angular’s prefixes $ and $$?     What are directives? How to create and use custom Directive in Angular js.  ...

Top Javascript interview questions for Freshers and experienced

 Top Javascript interview questions for Freshers and experienced 1. Explain what is Javascript? List some data types supported by Javascript? Javascript Javascript is an object-oriented computer programming language commonly used to create interactive effects within web browsers.It is first used by the Netscape browser, that provides access to the HTML document object model (DOM), provides access to the browser object model (BOM). Javascript syntax looks a lot like java, c or c++ syntax. Below is the list of data types supported by Javascript:-     Undefined     Null     Boolean     String     Symbol     Number     Object 2. In Javascript are calculations with fractional numbers guaranteed to be precise? NO, calculations with fractional numbers are not guaranteed to be precise in Javascript 3. List the comparison operators supported by Javascript? Javascript supports below comp...