π€20π8β€5π3π€£3
  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
  Telegram
  
  JavaScript
  Boost this channel to help it unlock additional features.
π9β€3π2π₯2
  This media is not supported in your browser
    VIEW IN TELEGRAM
  Please open Telegram to view this post
    VIEW IN TELEGRAM
  π€£37π₯3π2π€1
  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
  π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
  Please open Telegram to view this post
    VIEW IN TELEGRAM
  β€3
  Which statement correctly imports this code from `some-file.js`?
  Anonymous Quiz
    22%
    import printMe from './some-file';
      
    60%
    import { printMe } from './some-file';
      
    9%
    import default as printMe from './some-file';
      
    9%
    const printMe = import './some-file';
      
    π12π€4π€£4β€3π2π€©1
  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
Please open Telegram to view this post
    VIEW IN TELEGRAM
  π5β€3π₯1
  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
  π 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
  Please open Telegram to view this post
    VIEW IN TELEGRAM
  π2
  π€13π10β€7π€£4
  Please open Telegram to view this post
    VIEW IN TELEGRAM
  π5π€4β€2
  What is the output?
  Anonymous Quiz
    34%
    { a:1, b: 2, c: 3 }
      
    25%
    [2, 3]
      
    36%
    { b: 2, c: 3 }
      
    5%
    [[βbβ, 2], [βcβ, 3]]
      
    π12β€5π€£3π₯1π€1