5 New JavaScript Features in ES 2020 â Brain Mentors
In this Blog we are going to learn ES 2020 Key Features.ES2020 released on Start of this year.
Here we are going to learn some really cool features of ES 2020
Let’s start with Feature 1 : Nullish coalescingr
Use when the value is missing (undefined or null (It doesn’t work with NaN , ‘’, 0)).
The undefined and null are the nullish value , and you want to handle it then we use nullish coalescing operator.
Example:
imager
In above example , country is not there so it does show undefined And I want to print some meaningful resultr
Before ES 2020 we use truthy and falsyrnimager
It just checks if the first value is true then don’t go to the second value ,
if first is false (undefined or null ) then go to the second value.
Instead of PIPE Now Use Nullish Operator from ES 2020rnimage
Feature 2 : Optional Chaining Operatorr
Nested Object Property access can be dangerous , if any of the property is null or undefined.
Example :
image
Read Full Article Here – https://brain-mentors.com/5-new-javascript-features-in-es-2020-brain-mentors/
Further reading
Further Reading
Article
How AI and Citizen Science Are Revolutionizing Biodiversity Mapping
Science is, at its core, a processâa framework for testing questions about the world withrndetailed and structured observations of it to gain knowledge and understanding. Contrary tornwhat some may believe, the scientific process has always been a universal one, accessible tornthe common people, even if the largest and most newsworthy discoveries are usually left tornthose with greater time and resources. However, with modern technologies like AI, that realityrnis primed fo
January 30, 2026
Article
Using Quotes to Enhance Everyday Communication
In the realm of communication, the strategic use of quotes can transform mundane conversations into memorable exchanges. Whether it's in a professional presentation, a casual chat, or during a crucial negotiation, weaving in well-chosen quotes can enhance the impact of your words. Here's how integrating quotes into everyday communication can enrich your interactions and make your dialogue more engaging and persuasive. Establish Credibility and Authority Starting with a
March 8, 2025
Article
Unlocking the Power of the JOI Database: A Comprehensive Guide
In todayâs fast-evolving digital landscape, data drives everything. Businesses and organizations must utilize robust tools to handle, analyze, and optimize the use of their data effectively. One such groundbreaking solution is the JOI Database, a tool that promises efficiency, scalability, and unparalleled integration. In this article, we delve deep into everything you need to know about the JOI Database, from its features to its applications, and how it stands out in the c
January 11, 2025