I bet you didn’t know that in #JavaScript, when you declare a variable using “var”, a property of that name is created in the “this” object – which is often the same as your browser’s “window” object. Only “var” does this, “const” and “let” don’t.
TechBash 2025 standard registration & Kalahari hotel discounts end in two weeks. Register soon!
Friday Links 28: The Latest in JavaScript (Sep 19, 2025) https://jsdevspace.substack.com/p/friday-links-28-the-latest-in-javascript #javascript #frontend #backend
Dew Drop Weekly Newsletter #449 - Week Ending September 19, 2025
Help Us Raise $200k to Free JavaScript from Oracle
Link: https://deno.com/blog/javascript-tm-gofundme
Discussion: https://news.ycombinator.com/item?id=45297066
dailycoding - 20250919 / graphic
#p5js #javascript #Processing #generativeart #creativecoding #dailycoding
code : https://openprocessing.org/sketch/2728397
A new project? A co-op text adventure?!
Let's find out what this is all about, live now on https://www.twitch.tv/noyainrain
#Python #JavaScript #OpenSource #IndieDev
I cannot sing the praises of fetch loudly enough. As a #JavaScript #WebDev, having ready access to this native web API where you can pull down #HTML fragments or #JSON data with a line or two of code is simply brilliant.
But when shipping robust production code, how do you handle unpredictable network scenarios gracefully and provide a good user experience?
One solution: a tiny 2.3KB wrapper around “fetch” called “ffetch”. Here are some of its features:
What Week Is It?
https://ronaldsvilcins.com/week-number/
Quickly find out what week of the year it is right now, or check the week number for any specific date. Accurate and easy-to-use ISO and US system week calculator.