Popular posts

JavaScript
React
Post image

How to Use Fetch with async/await

How to use fetch() with async/await syntax in JavaScript: fetch JSON data, handle errors, make parallel requests, cancel requests.
Continue reading ➞
Post image

Getting Started with Arrow Functions in JavaScript

I'm going to explain, in 5 easy steps, how to use arrow functions in JavaScript.
Continue reading ➞
Post image

An Interesting Explanation of async/await in JavaScript

Let's learn async/await syntax in JavaScript by following a few interesting examples.
Continue reading ➞
Post image

Front-end Architecture: Stable and Volatile Dependencies

Designing correctly the dependencies, both stable and volatile ones, is an important skill to architect Front-end applications.
Continue reading ➞
Post image

Is it Safe to Compare JavaScript Strings?

2 similar-looking strings in JavaScript might not be equal... so how would you safely compare strings?
Continue reading ➞
Post image

How to Access Object's Keys, Values, and Entries in JavaScript

Posted August 11, 2020
Let's see what utility functions provide JavaScript to extract the keys, values and entries from an object.
Continue reading ➞
Post image

What Actually is a String in JavaScript?

Strictly saying, a string in JavaScript is a sequence of UTF-16 code units.
Continue reading ➞
Post image

3 Ways to Shallow Clone Objects in JavaScript (w/ bonuses)

In this post, you’ll find 3 ways to perform shallow clone (aka copy) of objects in JavaScript.
Continue reading ➞
Post image

Checking if an Array Contains a Value in JavaScript

How to determine if a JavaScript array contains a particular value, being a primitive or object.
Continue reading ➞
Post image

JavaScript Event Delegation: A Beginner's Guide

The event delegation is an useful pattern to listen for events on multiple elements using just one event listener.
Continue reading ➞
prev1
[...]
8910
[...]
18next