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
πŸ€”28πŸ‘14❀5
βœŒοΈπŸŒ• Some Cross-Browser DevTools Features You Might Not Know

Explore the awesome and incredibly useful DevTools features that are supported in Chromium, Firefox, and Safari alike.

Pankaj Parashar
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘133❀2
CHALLENGE ❓


let sum = 0;
for (let i = 0; i < 3; i++, sum++) { sum *= i }

console.log(sum);
Please open Telegram to view this post
VIEW IN TELEGRAM
🀣29πŸ€”128❀6πŸ‘6
What is the output?
Anonymous Quiz
29%
4
18%
5
35%
0
18%
Error
πŸ€”30πŸ‘10🀣6❀4
✌️ A Proposal to Add Signals to JavaScript

A (very) early stage proposal for bringing a new feature to ECMAScript/JavaScript: signals! The proposal brings aboard ideas from a swathe of popular frameworks and aims to align everyone and get us on the same page when it comes to working with state and making updates based upon changes to state. Rob writes more about the proposal here.

ROB EISENBERG AND DANIEL EHRENBERG
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘115❀3
CHALLENGE ❓
let x = 5;
let y = (x = 10) + 3;

console.log(x, y);
Please open Telegram to view this post
VIEW IN TELEGRAM
❀5πŸ‘5πŸ€”4
What is the output?
Anonymous Quiz
63%
10 13
7%
10 5
13%
5 3
18%
Error
🀣21πŸ€”16πŸ‘1313❀5
πŸ‘€ Cally: Small, Feature-Rich Calendar Components

A collection of open-source calendar components for selecting single dates or date ranges. Framework-agnostic, themeable, localizable, and accessible (it even has an accessibility statement showing its commitment to this area).

NICK WILLIAMS
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘13🀣2❀1🀩11
❓ CHALLENGE

console.log(3 > 2 > 1);
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘11πŸ€”98
What is the output?
Anonymous Quiz
59%
true
25%
false
7%
Nan
9%
Syntax Error
🀣55πŸ€”24πŸ‘1615❀9
🍊 What Even Is a JSON Number?

Despite the presence of standards around JSON, the answer is more complicated than you’d think, particularly when it comes to interfacing with other ecosystems and languages that aren’t JavaScript.

BRIAN TERLSON
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘11πŸ€”3❀22
❓ CHALLENGE

console.log('1' - - '1');
Please open Telegram to view this post
VIEW IN TELEGRAM
❀15πŸ‘4
What is the output?
Anonymous Quiz
28%
2
6%
10
35%
11
32%
0
πŸ€”40🀣21πŸ‘1512❀11
🟠 svelte-zoomable-circles: Svelte Component for Browsing Hierarchical Data

A Svelte component for displaying and browsing hierarchical data using zoomable circles. Live demo.

TYLER BERBERT
Please open Telegram to view this post
VIEW IN TELEGRAM
5❀4πŸ‘4
❓ CHALLENGE

console.log(typeof NaN === 'number');
Please open Telegram to view this post
VIEW IN TELEGRAM
8πŸ‘1
What is the output?
Anonymous Quiz
45%
false
35%
true
12%
NaN
8%
Syntax Error
🀣35πŸ‘18πŸ€”106❀5
🌟 Bun 1.1 Released with Windows Support

With the codename Bundows, the popular alternative JS runtime can now run directly on Windows 10+ (plus WSL, macOS and Linux, etc). This is a key step in Bun's broader adoption vs Node, and even features like Bun Shell work on Windows. Node compatibility continues to improve too with support for node:http2 and IPC support between Bun and Node processes.

THE BUN TEAM
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘11❀7
❓ CHALLENGE

console.log(3 === 3 === 3);
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘7❀5
What is the output?
Anonymous Quiz
47%
true
38%
false
7%
NaN
8%
SnytaxError
🀣55πŸ€”28πŸ‘12
🀟 Janeway: A Node Console REPL with Object Inspection

Has some neat features including being able to look into buffers with a built-in hex viewer.

ELEVEN WAYS
Please open Telegram to view this post
VIEW IN TELEGRAM
7πŸ‘3❀2