JavaScript
32K subscribers
1.04K photos
10 videos
33 files
719 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
ARTICLES & TUTORIALS

πŸ“ƒ ES2023 introduces new array copying methods to JavaScript

The newest ECMAScript spec introduces some new methods on Array that you’ll eventually find useful in your own programs. Phil gives us the tour.

PHIL NASH


πŸ“„ JS private class fields considered harmful

As a library author, I’ve decided to avoid private class fields from now on and gradually refactor them out of my existing libraries.

LEA VEROU

🎬 I'm Done With React

Going from least-to-most important, the reasons this developer isn’t choosing React for future projects make for interesting watching, particularly if you too are overwhelmed by upheaval in the React world. Solid is one of the alternatives he has warmed to.

ADAM ELMORE

πŸ“„ Running JavaScript in Rust with Deno

Deno’s use of Rust makes it a natural choice if you’re building a Rust app and want to integrate a JavaScript engine.

AUSTIN POOR
πŸ‘7πŸ‘2
JavaScript Promise in 100 Seconds

πŸ‘‰ https://youtu.be/RvYYCGs45L4

Fireship
πŸ‘9πŸ”₯7
πŸ“’ Async/Await explained!

Mohammed Wajid
πŸ‘19πŸ‘4πŸ™2❀1πŸ”₯1
CHALLENGE #10
πŸ‘10
What is the output?
Anonymous Quiz
48%
No error & No log
34%
hi
17%
Error
πŸ€”3❀1
In JS everything is possible πŸ˜…
😁30πŸ‘1
JavaScript Engines πŸš€

βš™οΈ V8: Created by Google and written in C++, used by Brave, Chrome, Opera, Vivaldi, Edge. It is also used by Nodejs, Electron and Deno.

βš™οΈ SpiderMonkey: Developed by Mozilla and used by Firefox

βš™οΈ JavaScriptCore (JSC) : Apple's engine for Safari. It is also recently used by Bun.

βš™οΈ Chakra: Created by Microsoft for the late Internet Explorer and later for Edge before going to V8.

Lupita Code
❀8πŸ‘3πŸ‘3πŸ”₯2
CHALLENGE #11
❀1
πŸ“° We had a bunch of releases this week: Vue 3.3, Prisma 4.14, Redwood v5, Dart 3, and more.
πŸ”₯6
CHALLENGE #12
What is the output?
Anonymous Quiz
6%
1
58%
2
30%
3
6%
4
❀11