Explaining the globalThis ES Proposal — The good Dr. Axel is back digging into another new proposal, this time explaining how globalThis (currently at stage 3) could normalize the way you access the global this object (which might otherwise be window , self , or global depending on your environment).
Dr. Axel Rauschmayer
|
Intl.NumberFormat and Its New Capabilities — Intl.NumberFormat is an established route to locale-aware number formatting, but it is gaining a variety of new abilities (already supported on Chrome 77+) including support for BigInt, units of measurement, and scientific notation.
Mathias Bynens and Shane F. Carr (V8)
|
Quick bytes:
- ๐ง JavaScript developer Kent C Dodds has launched a podcast Netflix-style by dropping an entire season in one go! Episodes cover a variety of dev topics and feature plenty of folks you'll know.
- ๐ The popular JS13kGames JavaScript coding competition kicks off in 4 days on August 13.
- ๐ NgTalks 2019 is an Angular event taking place in Ukraine in November.
- GitHub Actions now supports CI/CD (free for public repos). You can also now write actions in JavaScript which run on any platform (docs here).
|
|
What’s New in ES2019 — We’ve linked to a few ES2019 roundups this year. Here’s another that’s been big on several social sites this week, so it’s clearly a topic of interest.
Marin Radman
|
Remainder Operator vs. Modulo Operator — Is the % in 5 % 2 a remainder operator or a modulo operator? There’s a difference and Dr. Axel outlines what happens in JavaScript. This is the sort of thing that could catch you out if you’re familiar with other languages that treat % in a different way..
Dr. Axel Rauschmayer
|
|
No comments:
Post a Comment