AngularJs
Posted in Angular angular 8 angularJS

Angular Question Answer

Question. What Is @inputs In Angular 2? Answer : @Input allows you to pass data into your controller and templates through html and defining custom…

Continue Reading...
JavaScript
Posted in Angular angularJS Javascript js Reactjs Vuejs

Next-Gen JavaScript

let & const Read more about let : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/let Read more about const : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/const let  and const  basically, replace var . You use let  instead of var  and const  instead of var  if you plan on never re-assigning…

Continue Reading...
Posted in Angular angular 8 angularJS denojs

What is Deno.js

Deno was created by Ryan Dahl, the creator of Node.js. Deno is secure by default. Without permission, it cannot access files, network, or the environment….

Continue Reading...
SASS
Posted in Angular angular 8 angularJS css css2 css3 flexbox css Interview less SASS SCSS

Sass Interview Questions & Answers

1) What is Sass? Explain SASS stands for Syntactically Awesome Style Sheets. SASS is the extension of the CSS which describes the document in a…

Continue Reading...
AngularJs
Posted in Angular angular 8 angularJS

Top AngularJS (Angular 1) Interview Questions & Answers

1) What is AngularJS? AngularJS is a javascript framework used for creating single web page applications.  It allows you to use HTML as your template language…

Continue Reading...