Share it! Array and object iteration (i.e., walking through its elements while performing an action with each of them) is one of the most basic tasks in programming. In JavaScript, the Array data type is a list of elements. Unlike… Continue Reading →
Share it! As in most modern JavaScript frameworks (Angular, Vue.js, etc.), React is a framework based on the concept of components. Within this framework, there are different types of components (class components, function components, pure components, etc.), each with their… Continue Reading →
Share it! ES6 is a major update to JavaScript that includes dozens of new features, along with some cool new features that make programming in JavaScript more flexible and streamlined. Before ES6, functions were defined using either a “function declaration”… Continue Reading →
Share it! When developing software, especially when it’s meant to run high-performance tasks, it’s important to be aware of how the code will run on the target machine. This is known as the execution model and is important to optimize… Continue Reading →
Share it! Mutation means to be able to change an object’s form, behavior or nature. Something that’s mutable can be changed, while something that’s immutable cannot. In order to begin talking about mutation and why (in most cases) it’s not… Continue Reading →
Share it! The first thing we need to know about Node.js is that it is Platform, not a Framework. It contains many components to develop, test and deploy Enterprise applications. It’s an open-source, cross-platform JavaScript runtime. The Node.js project began… Continue Reading →
© 2023 IMELGRAT.ME
Theme by Iván Melgrati — Top ↑