Skip to content

Mhayk Whandson

Keep your mind open to learn more and more to evolve ..

Recent Posts

  • Nullish Coalescing in JavaScript
  • Optional Chaining in JavaScript
  • Tree Data Structure
  • JS – Async question 1 ..
  • Meetup ! Awesome!

Recent Comments

    Archives

    • October 2021
    • February 2020
    • January 2019
    • April 2017
    • November 2016
    • May 2016
    • April 2016
    • March 2016
    • February 2016
    • September 2015

    Categories

    • Algoritmos
    • Artigos sobre o cérebro
    • Economia
    • JavaScript
    • Kumon
    • Linux
    • London
    • Programação
    • Sem categoria
    • URI

    Meta

    • Log in
    • Entries RSS
    • Comments RSS
    • WordPress.org

    Month: October 2021

    Nullish Coalescing in JavaScript

    JavaScript's Null Coalescing Operator ― Scotch.io

    The nullish coalescing operator (??) is a logical operator that returns its right-hand side operand when its left-hand side operand is null or undefined, and otherwise returns its left-hand side operand.

    Posted on 16/10/2021Categories JavaScriptLeave a comment on Nullish Coalescing in JavaScript
    Proudly powered by WordPress