ES6 Features To Improve Your JavaScript Code

preview_player
Показать описание

ES6 or EcmaScript 2015 is the version of JavaScript which introduced various nifty features to the language.

In today's video, we are going to have look at what features I use to write readable JavaScript code.

**
**

Рекомендации по теме
Комментарии
Автор

Rajat, @11:36 -11:39 I can't understand what you are saying about "the underlying properties are " ??? @11:36. Can you please transcribe the words here in a comment reply exactly what you said starting @11:36 - 11:39 please? Thanks.

candiLove
Автор

Why not:
let human = {
name: 'this',
age: 'that'
};

console.log(human.name, human.age);
instead of:
const {name} = human;

ystrength
Автор

Okay I understand you are Indian, but if you already speak English, do it in the English that everyone uses, otherwise you will get dislikes like from me. I couldn't understand half of what you said 🤷

kamilwux