<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/5-exciting-new-javascript-features-in-2024-sitepoint-lx7csdxdi" -->

---
title: 5 Exciting New JavaScript Features in 2024 — SitePoint
description: Exploration of exciting and anticipated JavaScript features expected to be released in 2024, including the Temporal proposal, the Pipe Operator, Records and...
canonical: https://daily.dev/posts/5-exciting-new-javascript-features-in-2024-sitepoint-lx7csdxdi
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: 5 Exciting New JavaScript Features in 2024 — SitePoint | daily.dev
og:description: Exploration of exciting and anticipated JavaScript features expected to be released in 2024, including the Temporal proposal, the Pipe Operator, Records and...
og:url: https://daily.dev/posts/5-exciting-new-javascript-features-in-2024-sitepoint-lx7csdxdi
og:image: https://api.daily.dev/og/posts/Lx7CSDxDI.png
og:image:alt: 5 Exciting New JavaScript Features in 2024 — SitePoint
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# 5 Exciting New JavaScript Features in 2024 — SitePoint

**[SitePoint](https://daily.dev/sources/sitepoint)** · 11 min read · 432 upvotes · 12 comments

## Summary

Exploration of exciting and anticipated JavaScript features expected to be released in 2024, including the Temporal proposal, the Pipe Operator, Records and Tuples, and the RegExp /v flag.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.sitepoint.com/new-javascript-ecmascript/>

## Community discussion

Top comments from developers on daily.dev.

**@thesudeshdas** · 10 upvotes

> I can not wait to use Temporal. The current date management sucks. It would be a total game changer

**@ryandotfurrer** · 2 upvotes

> 1. I cannot wait to use Temporal. This is an improvement that has been needed for a *long* time.
>
> 2. The pop-up ads on Site Point were horrendous as I’m scrolling to read. A great article ruined by greed 🙃

**@henrics86** · 1 upvotes

> Finally decorators are coming to Javascript. And pipes. I love pipes.

**@teddy** · 1 upvotes

> Really insightful article with intuitive examples to make the new features impressive!
>
> By the way, who invented that cumbersome pipe operator proposal?
> ```
> // why not
> text | listen | exclaim | uppercase
> // instead of
> text |> listen(%) |> exclaim(%) |> uppercase(%)
> ```
> I know `|` is a bitwise operator. But we certainly wouldn't want to do bitwise operators on functions, so why won't we leave it for more frequent usage?

**@expanddong** · 0 upvotes

> Interesting stuff, looking forward to potentially using some of those in the future

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 1 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#javascript](https://daily.dev/tags/javascript)

[View this post on daily.dev](https://daily.dev/posts/5-exciting-new-javascript-features-in-2024-sitepoint-lx7csdxdi)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"5 Exciting New JavaScript Features in 2024 — SitePoint","url":"https://daily.dev/posts/5-exciting-new-javascript-features-in-2024-sitepoint-lx7csdxdi","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/5-exciting-new-javascript-features-in-2024-sitepoint-lx7csdxdi"},"datePublished":"2024-03-12T20:37:10.499Z","dateModified":"2024-05-09T08:22:04.995Z","description":"Exploration of exciting and anticipated JavaScript features expected to be released in 2024, including the Temporal proposal, the Pipe Operator, Records and...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/3411e7e7ca6dd6b81d5aad0895ef33fe?_a=AQAEufR","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/3411e7e7ca6dd6b81d5aad0895ef33fe?_a=AQAEufR","isAccessibleForFree":true,"articleSection":"SitePoint","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"SitePoint","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/sitepoint","url":"https://daily.dev/sources/sitepoint"},"commentCount":12,"discussionUrl":"https://daily.dev/posts/5-exciting-new-javascript-features-in-2024-sitepoint-lx7csdxdi","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":432},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":12}],"keywords":"javascript","timeRequired":"PT11M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"SitePoint","item":"https://daily.dev/sources/sitepoint"},{"@type":"ListItem","position":3,"name":"5 Exciting New JavaScript Features in 2024 — SitePoint"}]}
{"@context":"https://schema.org","@type":"WebPage","@id":"https://daily.dev/posts/5-exciting-new-javascript-features-in-2024-sitepoint-lx7csdxdi","comment":[{"@type":"Comment","text":"I can not wait to use Temporal. The current date management sucks. It would be a total game changer","datePublished":"2024-03-15T04:59:57.360Z","url":"https://daily.dev/posts/Lx7CSDxDI#c-xqvWBIVEn","author":{"@type":"Person","name":"Sudesh Das","url":"https://daily.dev/thesudeshdas","image":"https://avatars.githubusercontent.com/u/65083809?v=4"},"interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":10}},{"@type":"Comment","text":"I cannot wait to use Temporal. This is an improvement that has been needed for a long time.\n\n\nThe pop-up ads on Site Point were horrendous as I’m scrolling to read. A great article ruined by greed 🙃","datePublished":"2024-03-16T13:40:43.083Z","url":"https://daily.dev/posts/Lx7CSDxDI#c-YHNImJG0Y","author":{"@type":"Person","name":"Ryan Furrer","url":"https://daily.dev/ryandotfurrer","image":"https://lh3.googleusercontent.com/a/ACg8ocLmpReb0_NfyE3MrWNxyXEQ2PUyOo6LQP7bWa0XBb0up6g=s96-c"},"interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":2}},{"@type":"Comment","text":"Finally decorators are coming to Javascript. And pipes. I love pipes.","datePublished":"2024-04-18T12:26:56.686Z","url":"https://daily.dev/posts/Lx7CSDxDI#c-uaIZAZGuc","author":{"@type":"Person","name":"Henric","url":"https://daily.dev/henrics86","image":"https://lh3.googleusercontent.com/a/ACg8ocJaQqXOOhjM-bSc7WUsnTA6PwcGcg4PCBmAhyvtmAj8KZHF6A=s96-c"},"interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1}},{"@type":"Comment","text":"Really insightful article with intuitive examples to make the new features impressive!\nBy the way, who invented that cumbersome pipe operator proposal?\n// why not\ntext | listen | exclaim | uppercase\n// instead of\ntext |&gt; listen(%) |&gt; exclaim(%) |&gt; uppercase(%)\n\nI know | is a bitwise operator. But we certainly wouldn’t want to do bitwise operators on functions, so why won’t we leave it for more frequent usage?","datePublished":"2024-03-15T16:22:20.938Z","url":"https://daily.dev/posts/Lx7CSDxDI#c-hECfAwUH2","author":{"@type":"Person","name":"Nguyễn Hồng Phát","url":"https://daily.dev/teddy","image":"https://media.daily.dev/image/upload/s--la-mAwd0--/f_auto/v1742919874/avatars/avatar_rPDQHE0OBhsGWsmaUa5Fp"},"interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1}},{"@type":"Comment","text":"Interesting stuff, looking forward to potentially using some of those in the future","datePublished":"2024-03-21T22:41:33.127Z","url":"https://daily.dev/posts/Lx7CSDxDI#c-lWPEt2JEN","author":{"@type":"Person","name":"Expand Dong","url":"https://daily.dev/expanddong","image":"https://avatars.githubusercontent.com/u/126392009?v=4"}}]}
```

