Understanding JavaScript Accessors: Getters & Setters

Note: This post is work-in-progress learning-note and still in active development and updated regularly. In the previous learning-note post Deep Dive into JavaScript Property Descriptors, we discussed briefly about property descriptor attributes – writable, enumerable, configurable and how their modification affects property enumeration with for..in loop or Object.keys() method and their use in JSON.stringify() method. […]

JavaScript, ReactJs

Even your favorite developers may not know many things that you know. Regardless of your knowledge level, your confidence can vary greatly. Experienced developers have valuable expertise despite knowledge gaps. Dan Abramov, Overreacted.

The above quote was taken from Dan Abramov's confessional post Things I Don’t Know as of 2018 from his personal blog site Overreacted where he lists his knowledge gaps in more than 24 areas where we assume he has knowledge.