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
Wow wow wow 🀣
🀣69πŸ‘7πŸ€”5❀4
CHALLENGE #139
πŸ‘12🀣11πŸ€”3❀2
What is the output?
Anonymous Quiz
47%
1
53%
2
πŸ€”19πŸ‘10πŸ‘Ž2❀1
JavaScript String & methods:

Ajay Sharma
πŸ‘26❀6πŸ”₯2πŸ€”1
CHALLENGE #140
What is the output?
Anonymous Quiz
33%
undefined
8%
null
47%
1
11%
Error
πŸ€”20πŸ‘8❀5πŸ‘Ž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
πŸ‘9❀3πŸ‘Ž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πŸ”₯4❀2πŸ‘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
πŸ‘4❀2πŸ”₯1
❓ CHALLENGE #142
Please open Telegram to view this post
VIEW IN TELEGRAM
❀3
πŸ‘12πŸ€”4🀣4❀3πŸ‘Ž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
πŸ‘5❀3πŸ”₯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πŸ‘8❀4🀩2
πŸ“Œ Issue 40 / 29.09.2023


πŸ“„ The Saga of Google's Closure Compiler

Dan looks back at Google’s Closure Compiler, a JavaScript transpiler Google built in 2004 and used most heavily in the pre-TypeScript era to reduce the size of JavaScript files, check types, and otherwise handle common pitfalls. A neat bit of JavaScript history.

DAN VANDERKAM


πŸ“„ One Thing Nobody Explained To You About TypeScript

The author makes a strong case for creating a separate tsconfig.json for each environment your code runs in: β€œToday, I write about one thing about configuring TypeScript that took me years to realize. I’m sure you’re making the same mistake as I did.”

ARTEM ZAKHARCHENKO


πŸ“„ Tesseract.js 5.0: JavaScript OCR for 100+ Languages

A port of the C++-based Tesseract library used to extract text from images. v5.0 is a big deal as there are huge file size reductions resulting in a 50% decrease in runtime size, a similar reduction in memory use, and iOS 17 compatiblity.

TESSERACT TEAM


©️JS WEEKLY
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘6❀2πŸ”₯1
πŸ”₯ Open source Fridays with Jarred Sumner and Bun

LIV
E NOW on YouTube πŸ”΄
Please open Telegram to view this post
VIEW IN TELEGRAM
🀩4πŸ”₯2❀1
❓ CHALLENGE #143
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘2
What is the output?
Anonymous Quiz
31%
[1]
29%
[2,3]
27%
[3]
13%
[1,2]
πŸ€”13πŸ‘10❀7🀣4