v8 / v8.dev

The source code of v8.dev, the official website of the V8 project.
https://v8.dev/
Apache License 2.0
953 stars 320 forks source link

Add a note on the post "Faster async functions and promises". #737

Closed sscoderati closed 7 months ago

sscoderati commented 8 months ago

Summary

I added a short note to post "Faster async functions and promises". It contains additional explanations regarding the following content.

For what?

I came across this post when I'm beginner of JavaScript, to search about async / await syntax on Google. When I first read this section, I was quite taken aback, and I added this note in the hopes that someone else reading this wouldn't experience a similar shock.

Issue

This PR is about #735 . appreciate to @LeszekSwirski

LeszekSwirski commented 7 months ago

Thanks!