GPGeeta Pogulingeetapogul.hashnode.io·Apr 23, 2022 · 2 min readNullish Coalescing OperatorIntroduction ES2020 introduced the nullish coalescing operator. As the name it suggests nullish coalescing is used to handle null or undefined values. It represents with double question marks (??), that returns right-hand side when its left-hand side...00
GPGeeta Pogulingeetapogul.hashnode.io·Apr 23, 2022 · 1 min readGeeta - first blog> my first blog... const name = "geeta"; console.log(name); # Naziha Salim was an Iraqi artist, educator and author, described by the country's president, Jalal Talabani, as "the first Iraqi woman who anchored the pillars of Iraqi contemporary art". ...00
GPGeeta Pogulingeetapogul.hashnode.io·Jan 15, 2022 · 1 min readES6 IntroductionES6 is easy to create.00
GPGeeta Pogulingeetapogul.hashnode.io·Jan 11, 2022 · 1 min readNullish Coalescing Operatorit si introduced in ES202000
GPGeeta Pogulingeetapogul.hashnode.io·Jan 11, 2022 · 2 min readNullish CoalescingES2020 introduced the nullish coalescing operator. As the name it suggests nullish coalescing is used to handle null or undefined values. It represents with double question marks (??), that returns right-hand side when its left-hand side is null or u...00