Тёмный

Learn JavaScript OBJECTS in 7 minutes! 🧍 

Bro Code
Подписаться 1,9 млн
Просмотров 36 тыс.
50% 1

#JavaScript #tutorial #course
// object = A collection of related properties and/or methods
// Can represent real world objects (people, products, places)
// object = {key:value,
// function()}
const person1 = {
firstName: "Spongebob",
lastName: "Squarepants",
age: 30,
isEmployed: true,
sayHello: function(){console.log("Hi! I am Spongebob!")},
eat: function(){console.log("I am eating a Krabby Patty")},
}
console.log(person1.firstName);
person1.sayHello();
person1.eat();

Опубликовано:

 

13 ноя 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 43   
@BroCodez
@BroCodez 7 месяцев назад
// object = A collection of related properties and/or methods // Can represent real world objects (people, products, places) // object = {key:value, // function()} const person1 = { firstName: "Spongebob", lastName: "Squarepants", age: 30, isEmployed: true, sayHello: function(){console.log("Hi! I am Spongebob!")}, eat: function(){console.log("I am eating a Krabby Patty")}, } const person2 = { firstName: "Patrick", lastName: "Star", age: 42, isEmployed: false, sayHello: () => console.log("Hey, I'm Patrick..."), eat: () => console.log("I am eating roast beef, chicken, and pizza"), } console.log(person1.firstName); console.log(person2.firstName); person1.sayHello(); person1.eat(); person2.sayHello(); person2.eat();
@NazneenNaharNishi
@NazneenNaharNishi 6 месяцев назад
why you are not making android development tutorial?🥲🥲🥲🥲🥲
@HAITIANGPT
@HAITIANGPT Месяц назад
Bro , please make some videos on API (REST, SOAP, BULK , etc..) Integration.
@ishu.ishaan
@ishu.ishaan 5 месяцев назад
Easy and straight to the point. Well done 👍
@WorkSmarter__
@WorkSmarter__ 6 месяцев назад
as a java user, started learning js, all these objects, methods, functions, classes felt fcuked up to me at start
@AmirDark-fy3lc
@AmirDark-fy3lc Месяц назад
it's real hell bro
@abineshkumar4927
@abineshkumar4927 20 дней назад
Same here brosky
@wickedbitter
@wickedbitter 14 дней назад
How long before you started to catch on? I just started a bootcamp. 3 weeks in and im lost af
@Mark-ps7eh
@Mark-ps7eh 12 дней назад
@@wickedbitter what are you lost on? just javascript itself?
@wickedbitter
@wickedbitter 12 дней назад
@@Mark-ps7eh mainly javascript for sure. But everything is confusing me right now
@furiousmanofgaming6733
@furiousmanofgaming6733 6 месяцев назад
Thanks so much I have subscribed and liked, you are absolutely amazing bro.❤
@hunin27
@hunin27 7 месяцев назад
lolll those voices imitations are amazing
@nguyenphulam2849
@nguyenphulam2849 5 месяцев назад
Thanks so much. Your contents are attraction to me
@djfago6240
@djfago6240 6 месяцев назад
Bro genuis. He never disappoints. Thank u sir
@user-qj5bg3fp3r
@user-qj5bg3fp3r 4 месяца назад
woooow, thank you so much.
@stayalivewithjohn3039
@stayalivewithjohn3039 5 месяцев назад
thanks for clearing this for me sir i was having hard time to understand this
@anuamba
@anuamba 6 месяцев назад
Bro mastered all languages
@geldelian
@geldelian 5 месяцев назад
Cool videos!
@vallunacoder.wecodetogether
@vallunacoder.wecodetogether 4 месяца назад
the one and only JavaScript course that doesn't confused you ❤❤❤❤
@groovymono7303
@groovymono7303 2 месяца назад
Just wowwww❤❤❤
@mohamedlasghar
@mohamedlasghar Месяц назад
waw thank you brathers
@maryann0406
@maryann0406 26 дней назад
thanks
@DojoDyo
@DojoDyo Месяц назад
ty
@DojoDyo
@DojoDyo Месяц назад
"he just watches tv wholeday 🤣" i love patrick
@nathanielfox1143
@nathanielfox1143 2 месяца назад
RU-vid has Spongebob episodes in the recommended videos sidebar next to this 😂
@Russellye5man1
@Russellye5man1 3 месяца назад
Could you not have included a parameter in one of those functions? Might have been helpful.
@fahiyangtech
@fahiyangtech 6 месяцев назад
❤❤❤❤❤❤❤
@squidwardthemathematician
@squidwardthemathematician 6 месяцев назад
Nice video. Also the voice was not cringe.
@BroCodez
@BroCodez 6 месяцев назад
Your profile pic is great 🤣
@Th3Coder
@Th3Coder 6 месяцев назад
​@@BroCodez😂
@squidwardthemathematician
@squidwardthemathematician 6 месяцев назад
@@BroCodez ΤΗΑΝΚ YOU. I am a fellow Spongebob fan. Your channel is the most useful source of programming.
@Murilo-gq6hq
@Murilo-gq6hq 3 месяца назад
Uh... are you MrGamesRus? Same voice
@I_am_Ragupathi
@I_am_Ragupathi 6 месяцев назад
ComeBack brooo... please upload more and more javascript and react videos for us ... please master... i am your BIGGEST FAN..... Bigger than a WINDMILL... PLEASE UPLOAD FAST AND MORE ABOUT JS and REACT JS.... I NEED FULL DETAIL OF Mapping function.. please MASTER...
@Palkia8-Bit
@Palkia8-Bit 6 месяцев назад
dafuq
@lassitoytari5360
@lassitoytari5360 2 месяца назад
please tell me you didn't do extensive research on how old spongebob and patrick are.
@Gigglesaintlame
@Gigglesaintlame 7 месяцев назад
start of day 4
@kacheungchan3764
@kacheungchan3764 6 месяцев назад
it seems you don't need to declare the variables (properties), why?
@eliudmkenya001
@eliudmkenya001 4 месяца назад
When using const or let you dont redeclare only var which you redeclare.
@eliudmkenya001
@eliudmkenya001 4 месяца назад
Also when using const and let you dont bind “this”
@eliudmkenya001
@eliudmkenya001 4 месяца назад
What can be redeclared can be hoisted and binded to “this”
@jessicadinova170
@jessicadinova170 27 дней назад
You have just saved me before my internship interview lmao 💗
@spartondon3591
@spartondon3591 4 месяца назад
4:26
Далее
What is THIS in JavaScript? 👈
4:27
Просмотров 11 тыс.
Learn JavaScript - Full Course for Beginners
3:26:43
Просмотров 16 млн
Final increíble 😱
00:39
Просмотров 7 млн
skibidi toilet 74
07:02
Просмотров 22 млн
Let's code a Python SLOT MACHINE 🎰
20:11
Build this JS calculator in 15 minutes! 🖩
15:20
Просмотров 349 тыс.
Easy Ways to Loop Over Objects in JavaScript
11:21
Просмотров 7 тыс.
STOP Using Classes In JavaScript | Prime Reacts
14:02
Просмотров 217 тыс.
Learn JSON in 10 Minutes
12:00
Просмотров 3,1 млн
An Encounter with JavaScript Objects
10:38
Просмотров 142 тыс.