#19 Objects in JavaScript

  Рет қаралды 137,998

Telusko

Telusko

Күн бұрын

Пікірлер: 87
@prathamsutone3730
@prathamsutone3730 3 жыл бұрын
Someone give this guy an award please!💫
@vityamv
@vityamv 2 жыл бұрын
only after he acknowledges that null is an object
@jno1lilno
@jno1lilno 2 жыл бұрын
The way you teach visually and verbally is the most incredible thing about this channel
@ZiaKhan-ox2lp
@ZiaKhan-ox2lp 2 жыл бұрын
As a beginner I see this is a superb video on objects. Thank you for the excellent presentation.
@yogeshkamble1500
@yogeshkamble1500 3 жыл бұрын
Explanation is Awesome sir All Concept are Clear
@nehaanjumshaikh3042
@nehaanjumshaikh3042 3 жыл бұрын
Hey can you please make one course on data science?? From basic
@paadivenkatasreekar5536
@paadivenkatasreekar5536 3 жыл бұрын
Hi Naveen , When can we expect next video on JS
@DRNeKky
@DRNeKky 2 жыл бұрын
THIS GUY IS THE BEST ! Explains it so simply.
@1conscience0dimension
@1conscience0dimension 3 жыл бұрын
a theme for VSC really black but without too much contrast is codeSandbox black theme
@jayantamondal3242
@jayantamondal3242 Жыл бұрын
@4:30 but we all know that JAVA is the favorite technology of Navin sir.
@TibbyProductions
@TibbyProductions 3 жыл бұрын
you are absolutely fantastic! explained it so clearly and concise, thank you so much
@avirajsdiary
@avirajsdiary 3 жыл бұрын
Json payload is a collection of object literal ❤️
@alwysrite
@alwysrite 3 жыл бұрын
how does object in JS compare to Class in Java ?
@neerajgoswami2897
@neerajgoswami2897 3 жыл бұрын
Sir how can we console input variable in object .. which doesn't exit in alien object...that was out from the object
@padmakrishna8945
@padmakrishna8945 8 ай бұрын
Good teaching pls keep share like this...
@Namakarana
@Namakarana 3 жыл бұрын
Sir do live doubt session on Sunday plzzzz. It is good for us to clarify our reaised doubt....
@khushbuverma972
@khushbuverma972 2 жыл бұрын
Sir your explanation is very good but sir what do you put on your tassels that shines a lot
@isabanusrat8085
@isabanusrat8085 3 жыл бұрын
Amazing explanation! Thank you so much
@admalutechnologieszambia2903
@admalutechnologieszambia2903 8 ай бұрын
i love you sir you have really improved coding skill live long sir
@The_Rgaming
@The_Rgaming 3 жыл бұрын
please make video on cluster and worker Nodejs sir
@tsa_vibes
@tsa_vibes 3 жыл бұрын
I really appreciate you for giving good and different examples for explaining the concept. An other youtuber, who puts tutorial videos have been copying even variables from another youtuber Corey Schafer for his videos.
@AchiragChiragg
@AchiragChiragg 2 жыл бұрын
Who is that?
@himesh5869
@himesh5869 2 жыл бұрын
Who?
@kr4k3nn
@kr4k3nn 3 жыл бұрын
Sir, can you make a video tutorial on react js?
@tamilpriyathangaraju1707
@tamilpriyathangaraju1707 Жыл бұрын
0:20 - Objects are real life entities 1:28 - Lets say, Aliens👽
@vinaykumarmb9125
@vinaykumarmb9125 3 жыл бұрын
Sir, please tell me how to run linux commands in cmd prompt and i have installed ubuntu now
@foxdaledigital
@foxdaledigital 2 жыл бұрын
Great content! Just subscribed. Noob question. I know an object can be defined with {}, but let's say I have this: var dog = ['brown', 'Labrador']; is dog still an object if I use brackets instead of curly brackets?
@AchiragChiragg
@AchiragChiragg 2 жыл бұрын
I think that becomes an array and not an object.
@921varshithacse5
@921varshithacse5 4 ай бұрын
your voice is so soothing☺
@bharatyalla419
@bharatyalla419 3 жыл бұрын
Very nice explanation!!
@birundanbiru3345
@birundanbiru3345 3 жыл бұрын
Explanation is brilliant sir
@aadityapathak2264
@aadityapathak2264 3 жыл бұрын
You doning great job sir
@AshishKumar-pq6pr
@AshishKumar-pq6pr 3 жыл бұрын
Awesome lecture
@nishatislam3495
@nishatislam3495 Жыл бұрын
your tut iz fuuun to watch. thanks sir
@irfanpatel5612
@irfanpatel5612 3 жыл бұрын
Loved this tutorial ❤
@itsbtechmacha4952
@itsbtechmacha4952 3 жыл бұрын
Can any body tell is the python video s in this channel sufficient to learn python
@LAXMANKUMAR-kq7cx
@LAXMANKUMAR-kq7cx Жыл бұрын
Is there any Javascript complete course.... by you. are you in Udemy
@vishalshete761
@vishalshete761 2 жыл бұрын
which extension you are using ?
@poolman7786
@poolman7786 2 жыл бұрын
Now why do we need contructor then if object can be declared like this
@BESTYCREATIONS
@BESTYCREATIONS 4 ай бұрын
Great explain ❤😊
@ritikaagarwal7
@ritikaagarwal7 3 жыл бұрын
Brilliant tutorial!❤️
@MuhammadHamza-pv3fl
@MuhammadHamza-pv3fl 3 жыл бұрын
please add a js library in this javascript tutorial like react or react native plzzz don't ignore my comment I have watched your python tutorial now i'm learning this js series from Pakistan.
@MrChilo89
@MrChilo89 2 жыл бұрын
There's a way to assign an array as a value of a range of integers?
@krantinaik111
@krantinaik111 3 жыл бұрын
@7:13 IMP point
@wilfredstewart5972
@wilfredstewart5972 3 жыл бұрын
Sir, what if I need the value of two variable at a time let alien = { name:'wilfred', tech:'js', 'sub name':'stewart', title:'developer', } console.log(alien['title']); // for this i'd declared one variable I need to call "name" & "title" in console.log()
@sahilaujla
@sahilaujla 3 жыл бұрын
please upload videos everyday
@aadityapathak2264
@aadityapathak2264 3 жыл бұрын
Sir plzz java live class kro opps
@dnjosh10
@dnjosh10 3 жыл бұрын
I can't use my vs-code to run js file in its terminal. Please help me
@vigneshwaranprakasham9619
@vigneshwaranprakasham9619 3 жыл бұрын
you are my guru keep rock ,
@aetoorisaiteja6338
@aetoorisaiteja6338 3 жыл бұрын
#JUSTICEFORSAI.This is that VIRAL sai on 5th & 6th June 2021. I aksed so many super chats, nearly lost 900 rupees, i think. I want JUSTICE
@siddharthmone24
@siddharthmone24 28 күн бұрын
great video!! thankyou!
@athirap4074
@athirap4074 3 жыл бұрын
What if we want to print string in place of 4? Shall we put inverter comma on both LHS & RHS? 'Work exp' :'four'...... Something like this🤔
@vishalshete8778
@vishalshete8778 2 жыл бұрын
which extension you are using sir ?
@vaishanths3038
@vaishanths3038 8 ай бұрын
please update if you find which one it is. I need it too!
@aetoorisaiteja6338
@aetoorisaiteja6338 3 жыл бұрын
#JUSTICEFORSAI. U told tomorrow live not mentioned time. This is that VIRAL sai on 5th & 6th June 2021. I aksed so many super chats, nearly lost 900 rupees, i think. I want JUSTICE
@deepbpatel2183
@deepbpatel2183 3 жыл бұрын
loved it
@alagappank1242
@alagappank1242 3 жыл бұрын
Awesome💥💥
@ahmedusama152
@ahmedusama152 2 жыл бұрын
What is this theme name??
@delaygaming2931
@delaygaming2931 3 жыл бұрын
Good morning sir
@amanchaudhary8817
@amanchaudhary8817 2 жыл бұрын
A lot of thanks sir
@christianmorgan3940
@christianmorgan3940 2 жыл бұрын
Great content as always!
@thechampion1918
@thechampion1918 Жыл бұрын
Thank you 💪🏾
@away6545
@away6545 3 жыл бұрын
The happiness I feel after knowing "aliens"
@koppuanjanidileep6327
@koppuanjanidileep6327 3 жыл бұрын
sir please tell about NEW keyword
@kiranmayeturangi2195
@kiranmayeturangi2195 2 жыл бұрын
how to get output in vs code terminal. can anyone help
@ltambati6255
@ltambati6255 Жыл бұрын
need some advanced topics
@BhaskarReddyP-n7h
@BhaskarReddyP-n7h Жыл бұрын
hahahaha....every software engineer is an alien right
@Kumarkumar-gf3kk
@Kumarkumar-gf3kk 2 жыл бұрын
Excellent!
@barbarasanchezvasquez2242
@barbarasanchezvasquez2242 2 жыл бұрын
Thanks.
@vinayaksharma-ys3ip
@vinayaksharma-ys3ip 2 жыл бұрын
Great lecture Sir!!!
@shaurya4ssvb816
@shaurya4ssvb816 3 жыл бұрын
who else likes the white theme more?
@Meowewwww7
@Meowewwww7 9 ай бұрын
It professional = alien 👽💀💀💀
@rakshithrsalian4147
@rakshithrsalian4147 3 жыл бұрын
❤️
@Hans_Magnusson
@Hans_Magnusson Жыл бұрын
Just out of curiosity, How did a clip on JavaScript end up in my stream? It sure looks random to me. Is it because I like Kendall Jenner on Pinterest? 😂😂😂 Or are someone buying me a huge cuppa coffee ☕️
@venkatakrishnavamsikota6937
@venkatakrishnavamsikota6937 3 жыл бұрын
nice video
@__________________________6910
@__________________________6910 3 жыл бұрын
I'm an alien
@Jacob_EstateAgent
@Jacob_EstateAgent 2 жыл бұрын
i love everything with your channel , but can you stop that alien thing please , its frustrating after a point .
@aetoorisaiteja6338
@aetoorisaiteja6338 3 жыл бұрын
Please reply
@deepakn7961
@deepakn7961 2 жыл бұрын
Rigidity
@Codertyu
@Codertyu 4 ай бұрын
Bhai english me gyan pelta hai isliye views like aur subscriber km reh gye. Padhawo usi bhasa me jo logo smjh aaye
@nirakarsapkota8738
@nirakarsapkota8738 2 жыл бұрын
👽 👽
@delaygaming2931
@delaygaming2931 3 жыл бұрын
First comment
@deepakn7961
@deepakn7961 2 жыл бұрын
Torii
@allensabu411
@allensabu411 3 жыл бұрын
First to watch
@sricharanrachakonda359
@sricharanrachakonda359 3 жыл бұрын
hlo sir can i get ur email ?? i have a doubt in python. iam learning python from ur videos sir.
@aetoorisaiteja6338
@aetoorisaiteja6338 3 жыл бұрын
#JUSTICEFORSAI.This is that VIRAL sai on 5th & 6th June 2021. I aksed so many super chats, nearly lost 900 rupees, i think. I want JUSTICE
#20 Complex Object, Delete Property in JavaScript
9:35
Telusko
Рет қаралды 89 М.
#15 Template Literal in JavaScript
5:06
Telusko
Рет қаралды 96 М.
КОГДА К БАТЕ ПРИШЕЛ ДРУГ😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 8 МЛН
PIZZA or CHICKEN // Left or Right Challenge
00:18
Hungry FAM
Рет қаралды 16 МЛН
What type of pedestrian are you?😄 #tiktok #elsarca
00:28
Elsa Arca
Рет қаралды 17 МЛН
Javascript Objects Explained | Javascript Objects Tutorial
23:17
JAVA DTO Pattern Tutorial | Simplify Your Code
19:12
Amigoscode
Рет қаралды 212 М.
Functional Interface | Lambda Expression in Java
13:56
Telusko
Рет қаралды 157 М.
Array Destructuring in JavaScript
9:31
Telusko
Рет қаралды 48 М.
Lambda Expressions in Java - Full Simple Tutorial
13:05
Coding with John
Рет қаралды 766 М.
8 Must Know JavaScript Array Methods
10:05
Web Dev Simplified
Рет қаралды 1 МЛН
#29 Why it is called THIS?
11:27
Telusko
Рет қаралды 67 М.
Object-oriented Programming in JavaScript: Made Super Simple | Mosh
1:02:49
Programming with Mosh
Рет қаралды 2 МЛН
КОГДА К БАТЕ ПРИШЕЛ ДРУГ😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 8 МЛН