JavaScript
32.1K subscribers
1.06K photos
10 videos
33 files
737 links
A resourceful newsletter featuring the latest and most important news, articles, books and updates in the world of #javascript ๐Ÿš€ Don't miss our Quizzes!

Let's chat: @nairihar
Download Telegram
๐Ÿ‘€ zx v8.0: Google's Way to Write Shell Scripts with Node

A long-standing way to make scripting a more pleasant experience. zx provides useful wrappers around child_process, escapes arguments and gives sensible defaults. v8.0 somehow makes zx 20x smaller, faster, makes it easier to kill processes, pass input to commands, and more. A substantial release.

GOOGLE
Please open Telegram to view this post
VIEW IN TELEGRAM
โค9๐Ÿ‘32
โ“ CHALLENGE

var x = 1;
if (function f() {}) {
x += typeof f;
}
console.log(x);
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿคฃ10๐Ÿ‘7
What is the output?
Anonymous Quiz
31%
1
15%
2undefined
33%
1undefined
21%
TypeError
11๐Ÿคฃ8๐Ÿค”6๐Ÿ‘4โค2
โ“ CHALLENGE

console.log(1 + 2 + '3' - 4 + 5);
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘12
What is the output?
Anonymous Quiz
15%
123
8%
10
18%
"9"
59%
34
๐Ÿ‘45๐Ÿค”28๐Ÿคฃ9โค85
๐ŸŽ‰ESLint 9.0 โ€“ A significant release with lots of cleanups, a new no-useless-assignment rule, and numerous tweaks and changes

We just pushed ESLint v9.0.0, which is a major release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release. This release also has some breaking changes, so please read the following closely.

Nicholas C. Zakas
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘8โค33
โ“ CHALLENGE

console.log(!!"false" == !!"true");
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘6โค2
What is the output?
Anonymous Quiz
18%
SyntaxError
12%
TypeError
35%
false
36%
true
๐Ÿคฃ38๐Ÿค”21๐Ÿ‘125
๐ŸŠ Madge 7.0: Create Graphs From Your Module Dependencies

A tool for generating a visual graph of module dependencies, finding circular dependencies, and discovering other useful info.

PATRIK HENNINGSSON
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘7โค22
โ“ CHALLENGE

console.log(typeof typeof undefined);
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘3โค1
๐Ÿคฃ50๐Ÿ‘12๐Ÿค”10โค54
๐ŸŸ  Frontend Development Beyond React: Svelte

A surprisingly thorough article going deep into one developerโ€™s research into using Svelte to build modern front-end apps. If youโ€™ve never experimented with Svelte, this is a good primer to the key concepts, tradeoffs, and techniques involved.

Hร‰LA BEN KHALFALLAH
Please open Telegram to view this post
VIEW IN TELEGRAM
10๐Ÿ‘5โค2
โ“ CHALLENGE

console.log([] == []);
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘4โค3
What is the output?
Anonymous Quiz
8%
TypeError
53%
true
32%
false
7%
SyntaxError
๐Ÿคฃ34๐Ÿ‘18๐Ÿค”145โค1
๐Ÿ˜ฎ, reaching such a significant milestone in such a short period is incredible!

We're immensely grateful for your support and for being a part of this journey with us!

โœŒ๏ธ Check out our emoji pack here

โšก๏ธ Boost us in Telegram

๐Ÿค Collaboration
Please open Telegram to view this post
VIEW IN TELEGRAM
โค14๐Ÿ‘77๐Ÿคฉ2
โ“ CHALLENGE

console.log('abc' instanceof String);
Please open Telegram to view this post
VIEW IN TELEGRAM
โค3๐Ÿ‘1
What is the output?
Anonymous Quiz
19%
SyntaxError
12%
TypeError
56%
true
14%
false
๐Ÿค”23๐Ÿคฃ2012๐Ÿ‘6โค1
โšก๏ธ Do you remember that in addition to this newsletter, we also organize conferences?

A week ago, we organized the JavaScript Summit Armenia 2024. We had a great time, and we'll be sharing the videos (talks) with you soon!

@javascriptarmenia @jssummitam
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
13๐Ÿ‘9โค4๐Ÿค”1