New Series Announcement ๐Ÿ”ฅ

New Series Announcement ๐Ÿ”ฅ

Diving deep in JavaScript

ยท

2 min read

Insight into JavaScript

Hello developers,

This is an announcement blog post for an upcomming blog series in which I will share all my knowledge on the core details and functionality of JavaScript.

JavaScript - as said by most people is the most hated as well as the most loved programming language on the planet. It is a tool used to build amazing softwares. When using a tool or a technology, Just knowing how to make things work using it, isn't enough.

If you have an insight into How a technology functions internally, then definitely your ability to use it, is much greatly enhanced

With this thought I started learning how JavaScript works internally.

I was following Namaste JavaScript Series on YouTube and after learning a bit about it, the idea of making a blog series about it struck my mind, and so I thought of giving it a shot!

Who is this series for?

Anyone who has basic knowledge of JavaScript can enjoy and benefit from this blog series.

From Basic Knowledge of JavaScript, I mean by knowing about Functions, Variables, Loops, Conditionals, etc.

Topics Covered

If you are interested dive with me into the depths of JavaScript where we will be exploring the concepts like:

โœ… How is JavaScript Code Executed Internally?

โœ… Hoisting in JavaScript

โœ… What is Scope Chain?

โœ… Difference between Let and Const

โœ… Closures

โœ… First Class Functions

โœ… setTimeOut() in JavaScript

โœ… Call backs

โœ… Higher Order Array Functions

โœ… Event Loops

โœ… Callback Hell

โœ… Promises and much more!

Lots of interesting Content comming ahead!

I will be keeping a beginner friendly approach while explaining each and every concept.

The First blog of this series - How does JavaScript Works, will be comming out in a few days!

Follow me to get notified about this exciting blog series. Stay tuned ๐Ÿ’›

Did you find this article valuable?

Support Krish Jaiswal by becoming a sponsor. Any amount is appreciated!

ย