JSFiddle - React, Tailwind, and code Playground

by nevkatz

JavaScript

const o = {
  name:'Nevin'
}

const {age=36} = o;

console.log(age);