JavaScript is a full-fledged programming language. Invented by Brendan Eich, the Mozilla Foundation and the Mozilla Cooperation . It allows to solve the complex solutions on web pages. It can provide dynamic interactivity and it is incredibly versatile.
This blog is about learning all the technologies related to front-end i.e. HTML5,CSS,JavaScript,Jquery,BootStrap,AngularJS. The amazing tricky questions are also been added as an advantage for all the above mentioned technologies.
Overview of AngularJS
AngularJS is an open source web application framework. It is now maintained by Google . The most of the code can be eliminated by using th...
-
The basic components which can be done related to DOM elements are the properties and attributes which are been assigned to the elem...
-
The main target of this semicolon insertion is to make semicolon optional at the end of the line. It is invoked by the JavaScript to insert...
-
var arrayList = ['b','l','o','g','g','e','r']; Method 1 : arrayList = []; Thi...