Ghost Together
1 min readFeb 22, 2019

--

One other addition… not everything in JavaScript is an object. This was closer to truth in olden days. But… for example, quite a number of common features are not objects in JavaScript: primitive literals are not objects, undefined is not an object, null is not an object (semi-arguably,) and an arrow function is technically not an object (cannot be instantiated, there is no constructor, hence no this binding.) Great writeup though and it helped me learn more about promises from yet another talented Medium writer, thanks for all the hard work you put into this tutorial!

--

--

Ghost Together
Ghost Together

Written by Ghost Together

Ghost Together @ https://semicolon.dev is an alternative to Twitter. Sign up to meet other makers of things.

Responses (1)