Object-Oriented JavaScript — Numbers

John Au-Yeung
3 min readSep 12, 2020
Photo by Diego González on Unsplash

JavaScript is partly an object-oriented language.

To learn JavaScript, we got to learn the object-oriented parts of JavaScript.

In this article, we’ll look at the building blocks of objects, which are primitive values.

Primitive Data Types

--

--