ES6 and Typescript Tutorial - 15 - Object Literals Part 1

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

📱 Follow Codevolution

ES6 | ES2015 | Typescript | ES6 Tutorial | ES2015 Tutorial | Typescript Tutorial | ES6 Tutorial for Beginners | ES2015 Tutorial for Beginners | Typescript tutorial for Beginners
Рекомендации по теме
Комментарии
Автор

I dont know how to thank you ..You are amazing sir!The way u teach beginners ..I started liking Programming just because of you!Keep up your good work always and keep helping us

anaghasalvi
Автор

One thing that i have concluded after seeing his vidoes is this persion like to watch friends🤣🤣

Ravikumar-ncbz
Автор

Hmmm, someone's a fan of the tv show Friends

jkdclayson
Автор

let firstname = "Chanandler";
let lastname = "Bong";

wirito
Автор

Legends say he has huge cursh on Janice.

KeshariPiyush
Автор

Thanks for these nice teaching. Do we require cover all these ES2015 series to start with react JS? Just asking to proceed from here. I thought watching these all and then move on to restart the react videos ? Anyone my comment on these please.

mohammedsardar
Автор

Thanks for the video. I think you should encourage folks to use arrow function. Even in the above example, you should have done something like this.

let objFunction = function(firstName, lastName, age){
let fullName = firstName + " " +lastName;
return {
firstName,
lastName,
fullName,
isEligible:()=> age>25

}


}

chandru
Автор

hi @6 min in the video tutorial 15, you are passing age as a parameter to the function createPerson and it is returning an object that's all well and good but the method in that return object has a function isSenior, how that function/method is able to access age parameter when there is no parameter in it to accept that age parameter?

munny
Автор

function inside a function, hwo bad is this language.

momedalhouma