Joe Attardi
Joe Attardi 👨🏻‍💻

Joe Attardi 👨🏻‍💻

Follow
homebadges
Understanding error handling in Promise chains

Understanding error handling in Promise chains

Promise chains You can create a chain of Promises by returning new Promises from a then handler. Here's a simple example that chains 3 promises together: Promise.resolve(1) .then(id => { console.log(`Success: ${id}`); return Promi...

Joe Attardi
Joe Attardi

3 min read

Customizing `JSON.parse` and `JSON.stringify`

Customizing `JSON.parse` and `JSON.stringify`

Joe Attardi
Joe Attardi

3 min read

How many ways can we reverse an Array?

How many ways can we reverse an Array?

Joe Attardi
Joe Attardi

3 min read

Comparing `const` declarations and immutable objects

Comparing `const` declarations and immutable objects

Joe Attardi

6 min read

Promise Tips: When do I need to create my own Promise instance?

Promise Tips: When do I need to create my own Promise instance?

Joe Attardi

4 min read

Comparison of JavaScript modules

Comparison of JavaScript modules

Joe Attardi

12 min read

Using Animations with Tailwind CSS

Using Animations with Tailwind CSS

Joe Attardi

4 min read

JavaScript Maps vs Plain JavaScript Objects

JavaScript Maps vs Plain JavaScript Objects

Joe Attardi

2 min read

Introduction to Flexbox

Introduction to Flexbox

Joe Attardi

5 min read

Introduction to Custom Elements

Introduction to Custom Elements

Joe Attardi

3 min read

How Emojis Work

How Emojis Work

Joe Attardi

5 min read

Introduction to Tailwind CSS

Introduction to Tailwind CSS

Joe Attardi

4 min read