The push() method is used for adding one or more elements at the end of an array and returns the new length of the array. In order to add items at beginning of the array unshift() method is used. It can be used with call() or apply() with objects that are similar to arrays. The push method applies the length property to identify pint of inserting the given values. When the length property is not converted into a number 0 is used as index. This considers the possibility of length being nonexistent hence in such scenario length will be created.
(more…)
React a JavaScript library for building User Interfaces has seen very sharp rise in past 5 years higher than its any other competitor or even few combined, ever wondered what made it so popular so fast and so much.
(more…)
Last year React confirmed its position as most favorite Javascript web frameworks. There was sudden growth of its web as well as native mobile libraries. In the same time frame with release of 2nd version vue witnessed 25000 extra Github stars to its account. This has left developers community with a dilemma to which one they prefer? As both React and Vue are component-based libraries that are equally light weight and suitable for building user interfaces that focus only over view layer.
(more…)
jQuery, the JavaScript library everybody loves to abhor, has turned ten years of age today. The library was initially presented in 2006 by John Resig, at BarCamp in New York City, as a side task he had dealt with in school.
(more…)
1. Jsanim
jsAnim was a clumbsy and poorly implemented library for adding mediocre animations to websites, sacrificing standards and accessibility.
(more…)