References In Javascript
Most programmers see references in JavaScript as pointers in other languages (such as C++) but in JavaScript, it is actually different. While pointers in C++ points at variable's address or references, JavaScript reference points to the contained val...
chuk-cy.hashnode.dev3 min read