#react-native
Read more stories on Hashnode
Articles with this tag
Make your Constructors new-Agnostic 🏗️ When you create a constructor such as a User function, you rely on callers to remember to call it with the new...
Objects and Prototypes Like many object-oriented languages, JavaScript provides support for implementation inheritance: the reuse of code or data...
Objects Objects are JavaScript’s fundamental data structure. Intuitively, an object represents a table relating strings to values. But when you dig...