Diana

Diana @dianalanciano

About: Just code, coffee and me!

Location:
Canada
Joined:
Aug 19, 2024

Diana
articles - 5 total

Async, Await in Javascript

In Javascript async, await provide more readable and "cleaner" way to work with promises. (You can...

Learn More 0 0Oct 24 '24

Promise in Javascript

Promise represents a value that may be available now, or in the future, or never. Promise...

Learn More 0 0Oct 20 '24

Callbacks in Javascript

In JavaScript we have different ways to handle asynchronous calls. It allows you to handle...

Learn More 0 0Oct 19 '24

Synchronous and asynchronous code in javascript

In JavaScript, synchronous and asynchronous code refer to the way tasks are executed and handled....

Learn More 1 0Sep 19 '24

The React Hooks Explained

React Hooks have simplified the way we write React components. With Hooks, we can manage state,...

Learn More 1 0Sep 15 '24