JavaScript Basic Concepts You Need To Know As a JavaScript Developer

    Aug 09, 2018       by Pankaj Kumar

If you are a JavaScript developer, you must know the basic concepts of JavaScript and JavaScript related web frameworks for web development. So this article is for clarity of basic understanding of JavaScript for development as well as interview point of view.

JavaScript is a rich and expressive language in its own right. The use of JavaScript in web application and mobile app development is increasing day by day. This article covers the list of basic concepts of JavaScript. While it will be of value to people with no programming experience, even people who have used other programming languages may benefit from learning about the basic fundamentals of JavaScript

Here are the concepts that are needed for any JavaScript developer. I assume that you have few basic knowledge of programming like loops, functions, variables, operators etc.

Concepts:

  1. JavaScript Objects
  2. OOPS in JavaScript
  3. DOM(Document Object Model) and BOM(Browser Object Model)
  4. ECMASCRIPT 3 and its latest versions.
  5. Handling errors and debugging code in JavaScript
  6. Design patterns in JavaScript
  7. JavaScript call(), apply() & bind() method.
  8. Understanding of Closures
  9. Value vs. Reference
  10. Understanding of Variable Scope
  11. Understanding of Hoisting
  12. this keyword
  13. new  keyword
  14. Prototype and Inheritance
  15. Asynchronous and synchronous in js
  16. JavaScript callback functions
  17. Custom events with pubsub
  18.  Namespaces in JavaScript

Learn nodeJS, angularJS and reactJS in very easiest way from JSON World. Here you can learn , how to make a node, react and angularJS sample project.

 
 

WHAT'S NEW

Find other similar Articles here: