JavaScript
32.1K subscribers
1.05K photos
10 videos
33 files
726 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
What is the output?
Anonymous Quiz
13%
3
48%
true
3%
2
36%
1
🤔139👍7
⚡️ IN BRIEF:

- The Svelte team offers a sneak peek at the forthcoming Svelte 5 and introduces the idea of 'runes': "Like every other framework, we've come to the realisation that Knockout was right all along."

- 🎂 Happy 27th birthday to JScript! JScript was a version of JavaScript that Microsoft put into IE 3.0 primarily to avoid trademark issues around the name of JavaScript. No-one cares much about that anymore, despite Oracle still technically holding the JavaScript trademark.

- Folks are discussing whether Node.js needs a mascot of its own.

- ⭐️ Want to support anyone doing great work on JavaScript projects? You can nominate them for a GitHub Star.



🎉 RELEASES:

Remix v2 – Popular full stack web framework.

Bun 1.0.2 – Bugfixes, faster bun --watch, it now uses V8's Date parser, and Fastify apps now work too.

Node.js v20.7 (Current) – Multiple --env-files now supported.

Next.js 13.5 – Faster, faster, faster.
👍5🔥42
CHALLENGE #138
🤣106🤔1
What is the output?
Anonymous Quiz
38%
1
62%
2
👍127🤔7👎2
Wow wow wow 🤣
🤣69👍7🤔54
CHALLENGE #139
👍12🤣11🤔32
What is the output?
Anonymous Quiz
47%
1
53%
2
🤔19👍10👎21
JavaScript String & methods:

Ajay Sharma
👍266🔥2🤔1
CHALLENGE #140
What is the output?
Anonymous Quiz
33%
undefined
8%
null
47%
1
11%
Error
🤔20👍85👎3🤣3
⭐️ Dear Subscribers,

We hope you're enjoying the content on our channel!

To continue delivering more exciting content, features, and exclusive stories, we're kindly asking telegram premium users to help us take things to the next level. By boosting our channel, you'll directly contribute to enhancing your viewing experience and supporting the growth of our community.

Thank you for being a part of our journey. 🚀


https://t.iss.one/javascript?boost
Please open Telegram to view this post
VIEW IN TELEGRAM
👍93👎2🔥2
This media is not supported in your browser
VIEW IN TELEGRAM
😂 LOL

🗣️ Send this to the person who you think is the best at Mentoring and working with juniors!
Please open Telegram to view this post
VIEW IN TELEGRAM
🤣37🔥3👍2🤔1
CHALLENGE #141
Please open Telegram to view this post
VIEW IN TELEGRAM
4👍1
Which statement prints "roar" to the console?
Anonymous Quiz
28%
bear.bind(roar);
30%
roar.bind(bear);
26%
roar.apply(bear);
16%
bear[roar]();
🤔22🔥42👍2🤣2
📌 Issue 39 / 27.09.2023


📄Speeding up the JavaScript Ecosystem: Polyfills Gone Rogue?

Marvin has been on a mission to speed up popular libraries – first blogging about speeding up the JS ecosystem, one library at a time last year.

MARVIN HAGEMEISTER


📄 GitHub Actions Could Be So Much Better

GitHub Actions provides a fantastic and useful service, but the developer experience leaves a lot to be desired, particularly when debugging them. If you’ve been frustrated with figuring out Action and setting up your own workflows, you’ll find a lot to nod along to here.

WILLIAM WOODRUFF


©️NODE.JS WEEKLY
Please open Telegram to view this post
VIEW IN TELEGRAM
👍42🔥1
CHALLENGE #142
Please open Telegram to view this post
VIEW IN TELEGRAM
3
👍12🤔4🤣43👎2🤩1
➡️ A little JavaScript AI-side..

AI, LLMs and machine learning have caught the imagination of many developers recently, whether through training and deploying models, calling out to third party APIs (like those OpenAI offers), or using tools like GitHub Copilot to write code. It's common, however, for a lot of AI/LLM experimentation to take place in Python, rather than JavaScript..

Nonetheless, there's an increasing number of projects in the JavaScript AI/ML space worth keeping an eye on, as well as an upcoming AI developer event being organized by two folks from the JavaScript space:

- Transformers.js: State-of-the-Art Machine Learning for the Web

- Microsoft TypeChat: An Approach for Type-Safe LLM Responses

- WebLLM: Run LLM Models in the Browser with WebGPU

- TensorFlow.js: Machine Learning for JavaScript Developers


🗣️ Send this to the person who you think is the best at AI and ML!
Please open Telegram to view this post
VIEW IN TELEGRAM
👍53🔥1
CHALLENGE #143
Please open Telegram to view this post
VIEW IN TELEGRAM
Which snippet could you add to this code to print "food" to the console?
Anonymous Quiz
14%
a.prototype.belly[0]
20%
Object.getPrototype0f (a).belly[0]
41%
Animal.belly[0]
25%
a.belly[0]
🔥13👍84🤩2