2019-06-20
1652
Faraz Kelhini
2724
Jun 20, 2019 â‹… 5 min read

5 ES2019 features you can use today

Faraz Kelhini JavaScript developer.

Recent posts:

Getting Ready For Tailwind V4.0

Getting ready for Tailwind v4.0

The beta version of Tailwind CSS v4.0 was released a few months ago. Explore the new developments and how Tailwind makes the build process faster and simpler.

Oscar Jite-Orimiono
Jan 6, 2025 â‹… 12 min read

Mastering charts and database visualization with ChartDB

ChartDB is a powerful tool designed to simplify and enhance the process of visualizing complex databases. Explore how to get started with ChartDB to enhance your data storytelling.

David Omotayo
Jan 3, 2025 â‹… 7 min read
JavaScript icon over teal background.

JavaScript scroll snap events for scroll-triggered animations

Learn how to use JavaScript scroll snap events for dynamic scroll-triggered animations, enhancing user experience seamlessly.

Abiola Farounbi
Jan 2, 2025 â‹… 7 min read

Understanding deep linking in React Native

A comprehensive guide to deep linking in React Native for iOS 14+ and Android 11.x, including a step-by-step tutorial.

Eugene Hauptmann
Dec 31, 2024 â‹… 9 min read
View all posts

2 Replies to "5 ES2019 features you can use today"

  1. I think we can also use the keyword Infinity to flatten the array regardless of depth as
    [1,2,3,[4,5],6,[7,8,[9]]].flat(Infinity) //1,2,3,4,5,6,7,8,9

Leave a Reply