uz
Feedback
JavaScript

JavaScript

Kanalga Telegram’da o‘tish

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

Ko'proq ko'rsatish

📈 Telegram kanali JavaScript analitikasi

JavaScript (@javascript) Ingliz til segmentidagi kanali faol ishtirokchi. Hozirda hamjamiyat 31 391 obunachidan iborat bo'lib, Texnologiyalar & Aralashmalar toifasida 4 368-o'rinni va Hindiston mintaqasida 13 234-o'rinni egallagan.

📊 Auditoriya ko‘rsatkichlari va dinamika

невідомо sanasidan buyon loyiha tez o‘sib, 31 391 obunachiga ega bo‘ldi.

22 Iyun, 2026 dagi oxirgi ma’lumotlarga ko‘ra kanal barqaror faollikka ega. Oxirgi 30 kunda obunachilar soni -197 ga, so‘nggi 24 soatda esa -29 ga o‘zgardi va umumiy qamrov yuqori darajada qolmoqda.

  • Tasdiqlash holati: Tasdiqlanmagan
  • Jalb etish (ER): Auditoriya o‘rtacha 5.70% darajada jalb etiladi. Nashrdan keyingi dastlabki 24 soatda kontent odatda umumiy obunachilar sonining 1.95% ini tashkil etuvchi reaksiyalarni to‘playdi.
  • Post qamrovi: Har bir post o‘rtacha 1 790 marta ko‘riladi; birinchi sutkada odatda 611 ta ko‘rish yig‘iladi.
  • Reaksiyalar va o‘zaro ta’sir: Auditoriya faol: har bir postga o‘rtacha 6 ta reaksiya keladi.
  • Tematik yo‘nalishlar: Kontent javascript, console.log(gen.next().value, processdata, remix, acc kabi asosiy mavzularga jamlangan.

📝 Tavsif va kontent siyosati

Muallif resursni shaxsiy fikrni ifoda etish maydoni sifatida ta’riflaydi:
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

Yuqori yangilanish chastotasi (oxirgi ma’lumot 23 Iyun, 2026 da olingan) sababli kanal doimo dolzarb va katta qamrovli bo‘lib qoladi. Analitika auditoriya kontent bilan faol hamkorlik qilishini, uni Texnologiyalar & Aralashmalar toifasidagi muhim ta’sir nuqtasiga aylantirishini ko‘rsatadi.

31 391
Obunachilar
-2924 soatlar
-707 kunlar
-19730 kunlar
Postlar arxiv
CHALLENGE

console.log(new RegExp({}).test("mom"));

console.log(new RegExp({}).test("dad"));

🤟 Bringing require(esm) Joyee writes about landing experimental support for require()-ing synchronous ES modules in Node, a feature that has been a long time coming, due to both technical and cultural factors. JOYEE CHEUNG

What is the output?
Anonymous voting

CHALLENGE

console.log("5" + 3);
console.log("5" - 3);

🤔 f(x) is a fantastic terminal-based JSON viewer app (written in Go, but it can integrate with JS functions) – its latest ve
🤔 f(x) is a fantastic terminal-based JSON viewer app (written in Go, but it can integrate with JS functions) – its latest version supports YAML too.

What is the output?
Anonymous voting

CHALLENGE

function Animal(){ 
  this.type = "animal"
}
   
function Dog(){ 
  this.name = "dog"
}
 
Dog.prototype = new Animal()
 
var PavlovPet = new Dog(); 
 
console.log(PavlovPet.__proto__ === Dog.prototype)
console.log(Dog.prototype.__proto__ === Animal.prototype)

🤟 👀 The faster Lambda runtime - NodeJS or LLRT? We benchmarked. No clue what it means, or what it does. I felt this way whe
🤟 👀 The faster Lambda runtime - NodeJS or LLRT? We benchmarked. No clue what it means, or what it does. I felt this way when I saw it for the first time. But you don’t have to feel the same way I did. I’ve tested, benchmarked and compiled all the details which will help you make the best use of AWS LLRT.

What is the output?
Anonymous voting

CHALLENGE

var x = 1;
function changeX() { x = 2; }
changeX();
console.log(x);

🔵 🟠 🌲 🏤 Comparing JavaScript Frameworks: Templates A thorough comparison of the template languages used by React, Vue, Angular and Svelte. Interesting analysis and this looks set to turn into a great series. MAARTEN HUS

What is the output?
Anonymous voting

CHALLENGE

console.log(0.1 + 0.2 === 0.3);

🍊 WinterJS 1.0: A Fast WinterCG and WASM-Compatible JS Runtime WinterJS initially pitched itself as a Rust and SpiderMonkey-
🍊 WinterJS 1.0: A Fast WinterCG and WASM-Compatible JS Runtime WinterJS initially pitched itself as a Rust and SpiderMonkey-powered ‘Service Workers server’ but now simply boasts being the fastest WinterCG-compatible JavaScript web server full stop. The ability to run JITed JS workloads entirely under WebAssembly is next on their radar. WASMER

What is the output?
Anonymous voting

CHALLENGE

console.log(typeof null);

👀 The Playwright Test Generator I don't know why I’ve not linked this before, as it’s so useful. Playwright isn’t just a lib
👀 The Playwright Test Generator I don't know why I’ve not linked this before, as it’s so useful. Playwright isn’t just a library for controlling browsers from JavaScript, but also includes a tool for generating tests and page navigation code from your own interactions. Hit record, do stuff, and code is written. MICROSOFT

What is the output?
Anonymous voting

CHALLENGE

const string = "hello world";
const result = string.replace(/l/g, "");
console.log(result);

❤️ Wow, we are growing so fast! We would like to ask for your help. Please boost us to continue sending stories on Telegram.
❤️ Wow, we are growing so fast! We would like to ask for your help. Please boost us to continue sending stories on Telegram. ⚡️ Boost us in Telegram ✌️ JavaScript emoji pack for you