What is the output?
Anonymous Quiz
33%
βStartβ, βHello, World!β, βEndβ
50%
βStartβ, βEndβ, βHello, World!β
11%
βStartβ, βEndβ
6%
βEndβ, βStartβ, βHello, World!β
π7β€6
π11β€5π₯2
What is the output?
Anonymous Quiz
31%
1, 2, 3, 4, 5, Done!
61%
Done!, 1, 2, 3, 4, 5
4%
Done!, 5, 4, 3, 2, 1
4%
5, 4, 3, 2, 1, Done!
π12β€2π€£1
Multithreaded Javascript (2021)
Traditionally, JavaScript has been a single-threaded language. Nearly all online forum posts, books, online documentation, and libraries refer to the language as single threaded. ...
Code Samples
Hunter II Thomas, Bryan English
Traditionally, JavaScript has been a single-threaded language. Nearly all online forum posts, books, online documentation, and libraries refer to the language as single threaded. ...
Code Samples
Hunter II Thomas, Bryan English
β€4π₯4π€£1
What is the output?
Anonymous Quiz
37%
First, Start, Data, End, Last
31%
First, Start, Last, Data, End
16%
First, Start, Last, End, Data
16%
First, Start, End, Last, Data
π9π₯4β€1π€1
π₯11β€4π1π€1
π Issue 15 / 21.06.2023
π¬ Recreating a JS Runtime to Understand Node's Magic
Popular speaker, educator, Microsoft MVP and Node.js core team member Erick gives a very enthusiastic talk on the latest βhello worldβ in the JavaScript world: building a runtime Somehow, Erick manages to run through the key concepts involved in just 20 minutes.
ERICK WENDEL
π Node.js Security Releases Due Imminently
Pencilled in for June 20, 2023 (today!), the Node.js 16.x, 18.x, and 20.x lines will all get fresh releases to fix a variety of medium and high severity security issues, as well as some OpenSSL related security updates. Keep an eye on this post if you want to upgrade ASAP.
RAFAEL GONZAGA
Β©NODE.JS WEEKLY
π¬ Recreating a JS Runtime to Understand Node's Magic
Popular speaker, educator, Microsoft MVP and Node.js core team member Erick gives a very enthusiastic talk on the latest βhello worldβ in the JavaScript world: building a runtime Somehow, Erick manages to run through the key concepts involved in just 20 minutes.
ERICK WENDEL
π Node.js Security Releases Due Imminently
Pencilled in for June 20, 2023 (today!), the Node.js 16.x, 18.x, and 20.x lines will all get fresh releases to fix a variety of medium and high severity security issues, as well as some OpenSSL related security updates. Keep an eye on this post if you want to upgrade ASAP.
RAFAEL GONZAGA
Β©NODE.JS WEEKLY
π3β€2
π CODE & TOOLS
π© Piscina 4.0: A Fast Worker Thread Pool Implementation
Nodeβs worker threads bring true multithreading to Node apps and Piscina is a pool for tracking and controlling the number of such threads.
PISCINA
π© π Node-Emoji: Simple Emoji Functions for Node
You get methods like
DANIEL BUGL
π© Toad Scheduler: In-Memory Node and Browser Job Scheduler
Provides a little more structure than
IGOR SAVIN
π© Piscina 4.0: A Fast Worker Thread Pool Implementation
Nodeβs worker threads bring true multithreading to Node apps and Piscina is a pool for tracking and controlling the number of such threads.
PISCINA
π© π Node-Emoji: Simple Emoji Functions for Node
You get methods like
emoji.emojify
, unemojify
and find
to help you work with emojis and English representations of them. Supports ESM and recently rewritten to TypeScript.DANIEL BUGL
π© Toad Scheduler: In-Memory Node and Browser Job Scheduler
Provides a little more structure than
setTimeout
or setInterval
and supports cron-style scheduling too.IGOR SAVIN
π₯5π2β€1
β€11π5π€2π€£1
What is the output?
Anonymous Quiz
39%
2 2
21%
undefined undefined
32%
2 undefined
8%
ReferenceError
π8β€2π₯1