Open in app
Home
Notifications
Lists
Stories

Write
Farhan Absar Tafader
Farhan Absar Tafader

Home

May 8, 2021

Top JavaScript Confusions

Closure Shutting Down Your Head? JavaScript closure is one of most the important thing which confuses developers a lot. What is closure? Closure means calling a function under a function scope or block “{}”. How? function(){ function() } Closure needs when we assign the same variable name in both global…

Java Script

4 min read

Top JavaScript Confusions
Top JavaScript Confusions

May 7, 2021

10 Basic React Js Confusion You Should Clear Today

React Js: Library or framework? Most of the time at the beginning, developers used to introduce React Js as a framework or alternate option of Angular. Yes React developed like a frame work since the beginning but it is actually not a framework. Why? A framework should have all of…

4 min read

10 Basic React Js Confusion You Should Clear Today
10 Basic React Js Confusion You Should Clear Today

May 6, 2021

Javascript: What Are New Things In It?

Trouble with symbols? Have you seen Symbol() in JavaScript? Probably yes or probably not, but there is a reason to include it after ES6. Symbol actually returns a unique “key” for every time call it. Suppose you have an e-commerce application. Your users need to add products to the cart…

Java Script

5 min read

Javascript: What Are New Things In It?
Javascript: What Are New Things In It?

May 5, 2021

10 Basic JavaScript Things You should Learn Today

Data Types VS Primitives Data type is what type of data do JavaScript deals with. JavaScript always works with Strings, Numbers, Boolean, Symbols (New Addition in ES6), Objects (Function, Array, Date, RegEx), Null, Undefined. And primitives are Strings, Numbers, Boolean, BigInt, Symbol, Null, Undefined. Now the question is if primitives…

Javascipt

4 min read

10 Basic JavaScript Things You should Learn Today
10 Basic JavaScript Things You should Learn Today
Farhan Absar Tafader

Farhan Absar Tafader

React Js Developer, Front End developer

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable