Wednesday, May 4, 2016

Top 10 JavaScripts Things To Know


Top 8 Javascripts things to know 

1. Learn the basics really good (basic theory).
2. Learn how to test JavaScript (i.e tools like plunker and editors like brackets).
3. Learn about F12 tools in Firefox or Chrome or similar.
4. Learn JSON (and tools like JSONLint)
5. Learn AJAX is?
6. Learn where to find answers to your questions (StackOverflow).
7. Learn jQuery (this is a must).
8. Learn React (by Facebook).

Some favorite JavaScript Libraries 

  • jQuery: A fast, small, and feature-rich JavaScript library.
  • BackBoneJS: Give your JS app some backbone with models, views, collections, & events.
  • D3.js: A JavaScript library for manipulating documents based on data.
  • React: Facebook’s Javascript library developed for building user interfaces.
  • jQuery UI: A curated set of user interface interactions, effects, widgets, and themes.
  • jQuery Mobile: HTML5-based user interface system designed to make responsive web sites.
  • Underscore.js: Functional programming helpers without extending any built-in objects.
  • Moment.js: Parse, validate, manipulate, and display dates in JavaScript.
  • Lodash: A modern utility library delivering modularity, performance, & extras.