palashmon / js-dom-fundamentals

JavaScript & DOM Fundamentals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript & DOM Fundamentals

A good grasp of JavaScript fundamentals is very important if you are passionate about it. If you posses a solid knowledge of JavaScript fundamentals, the only thing you need to get yourself familiar with when starting to work with a new framework is its syntax. The basic rules will be the same since under all the layers of abstractions. It is still just plain JavaScript.

We can look into some basic topics like:

  • ES6
  • Closures
  • Functions & Pure functions
  • Functional Programming Basics
  • Partial application & Curry
  • Builtin methods (WIP)
  • Callbacks
  • Promises
  • Ajax & server API calls
  • Classes
  • Generators & async/await
  • Node & Express
  • Lodash

Motivation

I was motivated to work more on my JS skills more after reading this medium post. Some of the skill sets I already had and for others which I didn't knew or was not that confident about I started practicing more on them and tried to create a solid foundation each day.

Further Reading

Thanks

  • To Eric Elliott for the post.
  • To Wes Bos for the awesome courses and being so down to earth.

About

JavaScript & DOM Fundamentals


Languages

Language:JavaScript 98.4%Language:HTML 1.6%