Tag: JavaScript
4 popular open source JavaScript frameworks for web development
Open source JavaScript frameworks have been responsible for the look, feel and shape of the web and mobile interfaces. Quite often they come under...
PurpleJS amalgamates Java with JavaScript developments
Do you want to develop your projects using a unified power of Java and JavaScript? It is now possible through PurpleJS.
Open source PurpleJS is...
Linux Foundation now manages JavaScript community
The Linux Foundation has announced the transition of the original JQuery Foundation into the JS Foundation to support a vast variety of JavaScript projects....
Microsoft releases TypeScript 2.0 with wider support for JavaScript libraries
Microsoft has released the final version of TypeScript 2.0. This new update is targeted to deliver close ECMAScript spec alignment along with a wider...
Work with Flow to debug your program
Flow is a static type checker for JavaScript. It enables programmers to write clean code by quickly finding errors in JavaScript applications.
There are two...
JavaScript: The New Parts
In this tenth and final part of the series, we learn about Generators, the most exciting and significant feature of ES6. It builds on...
The Basics of JavaScript and jQuery
JavaScript is the programming language of HTML and the Web. jQuery is a JavaScript library designed to simplify client side scripting of HTML. This...
The Basic Elements of AngularJS
Here is an introductory article to AngularJS, a very powerful JavaScript framework. It can be added to an HTML page with a <script> tag....
Using ReactJS for web applications
This article is an introduction to React, which is a JavaScript library used to create UIs. React JS abstracts away the DOM from you,...
New Series JavaScript: The New Parts
JavaScript programming language is the most popular implementation of the ECMAScript specification. Recently, version 6 was released. This new series explains all that you...