JavaScript Top Interview questions What is the difference between __proto__  vs Prototype? Whenever we create a function in JavaScript. JavaScript engine itself adds a property to that function and that is called prototype. This Prototype has a constructor property by default that points back to the main function. We can access prototypes by writing syntax like functionName. prototype. So by Using […]

Read More →

Angular Interview Question & Answers What is difference between Angular JS and Angular? Angular JSAngular JS is open-source JavaScript frameworks, developed by Google in 2009 & version 1.0 was released in 2012.Angular JS is JavaScript based Framework. It use HTML as a template language. It extends HTML elements by adding tags. attributes and expressions.Architecture of Angular JS is based on Model-View-Controller (MVC) […]

Read More →