JSFiddle - React, Tailwind, and code Playground

by morphcast

JavaScript

let options = {};
options.conf = {backendOrder : "aaa"};

const { minRestTime, conf } = options;
console.log(minRestTime, conf.backendOrder);