/js

August 05, 2025
A new Gleam blog post/announcement has been posted!
0
0
0

Hot in JavaScript:
Latest JavaScript Threads

Generating mazes might not be something you do a lot in your typical front-end job. Some might call it a waste of time. Why bother if you...
New

Math for Frontend Web Dev reveals the mathematical principles behind beautiful, accessible, and functional web designs, giving you the sk...
New

A new Gleam blog post/announcement has been posted!
New

In 1995, an otherwise unknown software developer released the first version of a new scripting language whose explicit aim was to make ap...
New

Cut through the complexity and apply AI-driven vector search strategies to deliver smarter, more intuitive search experiences that keep u...
New

The Trademark Trial and Appeal Board has dismissed our fraud claim against Oracle. We disagree with this decision.
New

Create a sentence-by-sentence voice reader with JavaScript and HTML. Includes highlighting, playback controls, voice selection, and progr...
New

Bare is a minimal and modular JavaScript runtime designed for building high-performance apps across desktop and mobile. Open-source, fast...
New

What does this print?
x =1 x -->0 Think it through, then try it in a browser console! Answer and explanation in the dropdown.
Show ...
New

The new frameworks will continue until morale improves.
New
HOT IN JavaScript THIS WEEK!

Generating mazes might not be something you do a lot in your typical front-end job. Some might call it a waste of time. Why bother if you...
New
HOT IN JavaScript THIS MONTH!

In 1995, an otherwise unknown software developer released the first version of a new scripting language whose explicit aim was to make ap...
New

Math for Frontend Web Dev reveals the mathematical principles behind beautiful, accessible, and functional web designs, giving you the sk...
New

A new Gleam blog post/announcement has been posted!
New
HOT IN JavaScript THIS YEAR!

The new frameworks will continue until morale improves.
New

Cut through the complexity and apply AI-driven vector search strategies to deliver smarter, more intuitive search experiences that keep u...
New

Front-end Developer Griffin, USA
As a student in college looking for a way to break into Front-end Web Development, the rise of things s...
New

Svelte 5 is not Javascript.
Svelte 5 as a case study in how abstractions aimed at simplifying concepts can actually make software develo...
New

Bare is a minimal and modular JavaScript runtime designed for building high-performance apps across desktop and mobile. Open-source, fast...
New

GitHub - tc39/proposal-structs: JavaScript Structs: Fixed Layout Objects.
JavaScript Structs: Fixed Layout Objects. Contribute to tc39/p...
New

What does this print?
x =1 x -->0 Think it through, then try it in a browser console! Answer and explanation in the dropdown.
Show ...
New

Modern JavaScript for Django Developers.
Working with Django in the modern JavaScript ecosystem without giving up the things that make i...
New

Episode 236 of Thinking Elixir. News includes José Valim’s exciting PR for Elixir 1.19 that dramatically enhances type inference capabili...
New

JavaScript Temporal is coming | MDN Blog.
A new way to handle dates and times is being added to JavaScript. Let’s take a look at Tempora...
New

Does anyone know of any companies that are accepting remote work for junior front-end devs or UI designers? I’m not even looking for some...
New

Look out, kids: PHP is the new JavaScript | Mux.
What would it take to switch back to PHP after years of full-stack JavaScript? A boy an...
New

JavaScript Benchmarking Is a Mess.
Design decisions core to JavaScript have caused a multitude of problems for benchmarking. Is there a ...
New

Should JavaScript be split into two languages? New Google-driven proposal divides opinion • DEVCLASS
Should JavaScript be split into two languages? New Google-driven proposal divides opinion • DEVCLASS.
A Google engineer presented a prop...
New

Why I’m skeptical of rewriting JavaScript tools in “faster” languages.
I’ve written a lot of JavaScript. I like JavaScript. And more imp...
New
HOT IN JavaScript THE LAST THREE YEARS!

Just like I did one on Tailwind some time ago, I am going to play with AlpineJS the next few days. It’s a nice little JS framework that ...
New

Big O Notation can make your code faster by orders of magnitude. Get the hands-on info you need to master data structures and algorithms ...
New

Data-Oriented Programming teaches you to design applications using the data-oriented paradigm.
Yehonathan Sharvit
Data-Oriented Pr...
New

I’m working on a web application where users can sign up with their email addresses. To ensure data integrity, I want to implement client...
New

Hi this is Palak Sharma
I am new here and I found this community while researching about JavaScript over the internet.
Well I have comp...
New

Elixir language viewed from the perspective of a JavaScript developer. I compared selected aspects of the two languages and touched on to...
New

I have an array of strings in JavaScript, and I need to convert it into a single string with specific delimiter characters between the el...
New

165+ JavaScript terms you need to know.
Keep this JavaScript glossary bookmarked to reference variables, methods, strings, and more.
New

Web Components Will Outlive Your JavaScript Framework | jakelazaroff.com.
If we’re building things that we want to work in five or ten o...
New

I have an array of objects in JavaScript, and I want to sort them based on a specific property of the objects. For example, I have an arr...
New

This post asks if we can remove Alpine from the PETAL stack. Can we do everything we need with just LiveView? Also, let’s explore an area...
New

The new wave of Javascript web frameworks.
Make sense of the proliferation of new Javascript web frameworks. A deep dive into the proble...
New

First have a look at the code:
function mainfunc(func, par3, par2){
window[func](par3, par2);
}
function calledfunc(par3, par2){
...
New

GitHub - boa-dev/boa: Boa is an embeddable and experimental Javascript engine written in Rust. Currently, it has support for some of the ...
New

Speeding up the JavaScript ecosystem - one library at a time.
Most popular libraries can be sped up by avoiding unnecessary type convers...
New
HOT IN JavaScript THIS Over 3 Years!

Algorithms and data structures are much more than abstract concepts. Mastering them enables you to write code that runs faster and more e...
New

Sprinkles of JS, or full frontend frameworks? What do you use and why?
New

Use WebRTC to build web applications that stream media and data in real time directly from one user to another, all in the browser.
...
New

Combine Rails 7, TypeScript, Turbo, Stimulus, and React to build rich user interaction into your websites using the best of both server a...
New

I am new to programming.
I started reading Eloquent Javascript 3rd Edition, as the book comes highly recommended as a good place for beg...
New

Billed as the ultimate rating of modern programming languages yet Python and Rust only gets two stars :rofl: but good news for erlang-eli...
New

Which WebAssembly language/s interest you?
I just discovered AssemblyScript (portal | thread) which looks interesting!
Here are some of...
New

Good API design means starting with the API-first principle—understanding who is using the API and what they want to do with it—and apply...
New

JavaScript is no longer to be feared or loathed—the world’s most popular and ubiquitous language has evolved into a respectable language....
New

What’s better than playing games? Programming your own! Make your own online games, even if you're an absolute beginner. Let your imagina...
New

This is going to come across as a rant, so I’ll do my best to refrain from blaming any one project or source and just make a generalized ...
New

Cyber-criminals have your web applications in their crosshairs. They exploit common security mistakes in your web application to steal us...
New

Yes? No? If yes, how/in what way?
New

Modern JavaScript is more simple, predictable, and readable than ever. Discover how to write better code with clear examples using princi...
New

Design and code JavaScript applications with automated tests. Fire up your editor and get hands-on through practical exercises for effect...
New
JavaScript
Also known as:
JS
JS
Classification:
Programming Language
Forum Category:
Frontend
Threads:
157
Posts:
363
"JavaScript is a programming language that conforms to the ECMAScript spec with all major browsers having a dedicated JavaScript engine to execute it."
- Follow
- Join
- Shape
the conversation
Pinned JavaScript Threads
Latest Java Script Jobs
Featured Java Script Book
Latest Java Script Learning Resources
Math for Frontend Web Dev (Manning)
Frontend Learning ResourcesVector Search with JavaScript (PragProg)
Backend Learning ResourcesA Common-Sense Guide to Data Structures and Algorithms in JavaScript, Volume 1 (PragProg)
General Learning ResourcesModern Front-End Development for Rails, Second Edition (PragProg)
Frontend Learning ResourcesProgramming WebRTC (PragProg)
Backend Learning ResourcesData-Oriented Programming (Manning)
Backend Learning ResourcesThe Modern JavaScript Tutorial
Frontend Learning ResourcesJava Script Events (WIP)
Get money off!

The Pragmatic Bookshelf
35% off any eBook

Manning Publications
45% off any item

The Pragmatic Studio
20% off any course
Simply use coupon code "devtalk.com" at checkout. Where applicable this coupon can be used for an many items and as many times as you like!

Filter by Type:
My Saved Portals
-
None saved yet