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.
Please open Telegram to view this post
VIEW IN TELEGRAM
โค9๐3 2
var x = 1;
if (function f() {}) {
x += typeof f;
}
console.log(x);
Please open Telegram to view this post
VIEW IN TELEGRAM
๐คฃ10๐7
console.log(1 + 2 + '3' - 4 + 5);
Please open Telegram to view this post
VIEW IN TELEGRAM
๐12
๐45๐ค28๐คฃ9โค8 5
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โค3 3
console.log(!!"false" == !!"true");
Please open Telegram to view this post
VIEW IN TELEGRAM
๐6โค2
๐คฃ38๐ค21๐12 5
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โค2 2
console.log(typeof typeof undefined);
Please open Telegram to view this post
VIEW IN TELEGRAM
๐3โค1
๐คฃ50๐12๐ค10โค5 4
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
console.log([] == []);
Please open Telegram to view this post
VIEW IN TELEGRAM
๐4โค3
๐คฃ34๐18๐ค14 5โค1
We're immensely grateful for your support and for being a part of this journey with us!
Please open Telegram to view this post
VIEW IN TELEGRAM
โค14๐7 7๐คฉ2
console.log('abc' instanceof String);
Please open Telegram to view this post
VIEW IN TELEGRAM
โค3๐1
๐ค23๐คฃ20 12๐6โค1
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