Menu
Horje
Hi !
Welcome,
Guest
Close Menu
Home
Coding
Code Example
Download
Home
Coding
Code Example
Destructuring nested objects Code Example
destructuring nested objects
const obj = {a: {b: 'xyz'}}; const {a: {b}} = obj; console.log(b); // xyz
Next
Previous
Javascript
Related
how to check if a string contains a specific word in javascript Code Example
jquery get value from array of objects Code Example
how to add two times in javascript Code Example
Role based authentication in node js MongoDB Code Example
vue get component hash Code Example
Type
:
Code Example
Category
:
Coding
Sub Category
:
Code Example
Uploaded by
:
Admin
Views
:
7