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
CHALLENGE #129
❀8🀣4πŸ‘2
What is the output?
Anonymous Quiz
20%
3 2
19%
12 31
47%
12 2
13%
NaN NaN
πŸ‘20πŸ€”9🀣5πŸ‘Ž2
⚑️ IN BRIEF

- Version 1.0 of Bun, the notably fast JavaScriptCore-based JS runtime, is due to launch in the coming hours. There's a livestream and, we assume, a launch post due to land here very soon.

- In other 'alternative runtime news', the Deno team has announced native npm support on its Deno Deploy platform. They've also announced Deno KV is in open beta.

- Mozilla: "Over the course of the year Firefox has improved by around 40% on the Vue.js benchmark" – find out why.

- David Heinemeier Hansson, the creator of Ruby on Rails, announced that they're dropping TypeScript from Turbo (a library commonly used with Rails) in favor of plain old JavaScript. Social media drama ensued.

- What's going on with the Gatsby React framework? Folks are noticing there's not a lot going on with it lately and that 🐦 Netlify layoffs had a big impact. Netlify does, however, say 🐦 updates are coming.

- GitHub has made changes to its homepage feeds. Quite a few people are unhappy about it, though.

- "The CSS-in-JS sector has plateaued," says the latest State of CSS survey.

- What's new in Svelte as of September 2023? Quite a lot.
❀4πŸ‘3
CHALLENGE #130
πŸ‘1
πŸ‘11🀣7πŸ”₯3πŸ€”3πŸ‘Ž2
Wow HTML 🦈
🀣51❀3πŸ”₯2πŸ‘1
CHALLENGE #131
What is the output?
Anonymous Quiz
27%
0
24%
Error
36%
NaN
13%
undefined
πŸ‘11πŸ”₯8🀣5πŸ€”4πŸ‘Ž1
We've hit another fantastic milestone! πŸ₯³πŸ˜Ž

Thank you for being a part of our community. We're committed to staying active and delivering informative and interesting content just for you! πŸ™ŒπŸ“šπŸ€©
❀24πŸ”₯1
CHALLENGE #132
What is the output?
Anonymous Quiz
47%
1 2 3
45%
a b c
8%
0 1 2
πŸ‘18🀣12πŸ€”6❀4
πŸ“Œ Issue 35 / 12.09.2023


πŸ“„ How to Run a GitHub Gist with npx

Nate Taras’ recent Creating an npx tool inspired Kelly to send in this simple example of a remotely executable npx gist. This is a clever idea that works because GitHub gists can automatically act as git repositories.
KELLY FOX


πŸ•ΉASIDES:

- Node 16 is now EOL (End of Life) meaning it will get no more updates. Why? Node's release schedule here.

- Yagiz Nizipli of Node's performance team invites anyone interested in helping work on Node's performance to come along to one of their Zoom meetings. He also notes that 🐦 no-one on the team is paid for their work in response to criticism and claims to the contrary on Twitter/X this week.

- Yagiz also began a discussion about removing primordials from Node. An 'internal use only' feature, primordials provide a way for core modules to get access to truly clean, underlying objects in Node that aren't being polluted by other modules or third party code.


©️NODE.JS WEEKLY
πŸ‘6❀2πŸ”₯1πŸ€”1
256th day 🀩🍾πŸ₯³
❀55πŸ”₯8πŸ‘5
CHALLENGE #134
πŸ€”24πŸ‘12🀣5πŸ‘Ž2πŸ”₯2
ES6-ES10 Cheat Sheet for Developers

ES6, ES7, ES8, ES9, and ES10 (also known as ES2015, ES2016, ES2017, ES2018, ES2019, and ES2020) are different versions of the ECMAScript language standard, which is the specification for scripting languages that JavaScript is based on.

Robert E. Hilton


✨ Send this to the person who you think is the best at ECMAScript specifications!
πŸ”₯18❀5πŸ‘4
CHALLENGE #135
πŸ”₯13🀣5πŸ‘3❀2πŸ€”1
πŸ“Œ Issue 36 / 15.09.2023


πŸ“„ Bun 1.0: Is It a Toolkit? Is It a Runtime? It's Both

You’ve used Node, you’ve seen Deno, now Bun has grown up too. It’s a performance-oriented server-side JS runtime built atop JavaScriptCore and makes the unique claim of being β€œa drop-in replacement for Node.js.” It includes extras like transpilation, bundling, package management, and a Jest-compatible test runner too. The post goes into a lot of depth, but we enjoyed the Bun team’s ▢️ 10 minute introductory video. Does Bun deliver on all its promises yet? No. Is it promising? Yes.

JARRED SUMNER ET AL.
πŸ“„ Why Does every() Return true for Empty Arrays?

Nicholas wondered how a condition can possibly be satisfied when there aren’t any values to test, so he dug into the language specs to understand the logic.

NICHOLAS C. ZAKAS


©️JS WEEKLY
πŸ”₯8