Working with objects in Javascript

Based on experience when I started learning JavaScript, understanding objects is something fundamental. The essence of JavaScript is on the object data type. If we have studied Java or .Net programming, we must be familiar with integer, float, char, and string as primitive data types. In the JavaScript — not only has primitive data types — it also has complex data types, namely object as reference data types. What is object?...

December 30, 2017 · 3 min · Rizal Asrul Pambudi