sumn2u / learn-javascript

A book that teaches JavaScript 📗💻📖
https://javascript.sumankunwar.com.np/en/
Apache License 2.0
875 stars 130 forks source link

Introduce single thread nature chapter #46

Closed sumn2u closed 9 months ago

sumn2u commented 9 months ago

JavaScript's single-threaded nature is essential for its simplicity, compatibility, and safety, but it also requires careful handling of long-running or CPU-intensive tasks to maintain a responsive user experience. A chapter on it would be beneficial for readers.

vr-varad commented 9 months ago

To contribute and help resolve this issue, I kindly request that you assign it to me. I'm eager to assist in bringing it to a successful conclusion.

sumn2u commented 9 months ago

@vr-varad21 Thanks for your interest here. This work has already been done, however if any corrections are necessary, you can create a new issue and make modifications there.