All The JavaScript You Need To Know For React

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 มิ.ย. 2024
  • In this video I will go over all the JavaScript I believe is necessary for someone starting to learn react. Obviously, the more javascript the better!
    Part 2: • All The JavaScript You...
    🚀 Learn ReactJS By Building 6 Projects: codedamn.com/learn/reactjs-pr...
    🐙 GraphQL Course: codedamn.com/learn/graphql-fo...
    ► Buy Crypto on Coinbase: coinbase-consumer.sjv.io/PedroTech
    Social
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    Website: machadopedro.com
    Linkedin: / machadop1407
    Instagram: / _pedro.machado_
    Github: github.com/machadop1407
    Business Email: pedro@pedrotech.co
    🌟 Gear / Hardware I Use and Recommend 🌟
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    💻 amzn.to/42kqFuM 💻 Monitor
    🖱️amzn.to/3C0ZhHb 🖱️ Mouse
    📷 amzn.to/3OHJvbM 📷 My Camera
    🎤 amzn.to/3oxSthj 🎤 My Microphone
    ⌨️ amzn.to/3oFPpj1 ⌨️ My Microphone
    ⚡ amzn.to/3MYMnzM ⚡ LED Lights In the Background
    Tags:
    - ReactJS Tutorial
    - ReactJS and MySQL
    - NodeJS Tutorial
    - API Tutorial
    Timestamps
    00:00 | Intro
    01:18 | Arrow Functions
    05:53 | Ternary Operators
    11:23 | Objects
    17:59 | Map, Filter...
    24:29 | Async-Await, Promises, Fetch
    #reactjs #coding
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 391

  • @melissabee12
    @melissabee12 9 หลายเดือนก่อน +46

    It's almost like getting that 'classmate explaining the lesson better than the teacher' kind of vibe 😊. Seriously though, I've only just discovered your videos, and I'm already loving them. I can't help but wish I had found them sooner. Keep up the fantastic work!

  • @zakibgmi
    @zakibgmi 9 หลายเดือนก่อน +78

    🎯 Key Takeaways for quick navigation:
    00:00 🎥 JavaScript essentials for learning React.
    01:25 📚 Focus on intermediate JavaScript concepts for React.
    03:05 🎯 Use arrow functions for cleaner code and better callback handling.
    05:09 🔀 Utilize ternary operators for concise conditionals in React's JSX.
    08:48 🧱 Understand object destructuring and copying with spread operator.
    18:26 🔄 Employ the `.map()` function for rendering dynamic lists in React.
    22:08 🕵️‍♀️ Use `.filter()` function to manipulate and filter arrays in React.
    23:59 🧭 Understanding searching and filtering through lists using `.filter()` function.
    24:43 📚 Key concepts: Promises, async/await, and data fetching with Fetch API are crucial for web development and communication with APIs.
    26:04 🛠️ The listed concepts are important before diving into React, especially if you have a basic grasp of JavaScript.
    26:47 🌟 Learning React is achievable even without prior expertise, and struggling initially is normal.
    27:29 👍 Like, comment, and offer feedback to support the channel's diverse content.
    Made with HARPA AI

  • @Thithi_Dev
    @Thithi_Dev 2 ปีที่แล้ว +40

    Fantastic job, Pedro. I'm fairly new to React and started running into a few problems when experimenting some hooks and contextAPI. I noticed I had a lack in some JS concepts your video was just what I was looking for.
    Congrants! And Keep the amazing job you're doing.

  • @retrosynthguy
    @retrosynthguy ปีที่แล้ว +7

    You are insane! I found your channel yesterday and I just woke up and came here as fast as I could because I just want to see all your videos, thanks Pedro!

  • @linktoankur
    @linktoankur 2 ปีที่แล้ว +10

    Thank you @PedroTech for putting all the essentials in such a concise video.
    I would really appreciate if you can come up with an increasing level series for this content.
    All the beginners would love it i'm sure.

  • @jedreqq
    @jedreqq 2 ปีที่แล้ว +271

    Hey, I do not comment programming yt videos at all but really, You have the best tutorials on the platform, really easy to understand and enjoyable to watch, You are doing a great job man

    • @PedroTechnologies
      @PedroTechnologies  2 ปีที่แล้ว +28

      Thank you! This makes me happy :) I am glad to see my videos are helping!

    • @Wakpinside
      @Wakpinside 2 ปีที่แล้ว +3

      I agree

    • @isaacjon
      @isaacjon ปีที่แล้ว +1

      @@PedroTechnologies i think the same thing . You explain really well

    • @yolamontalvan9502
      @yolamontalvan9502 11 หลายเดือนก่อน

      I agree. He explains it very well. Pedro is El Especialista.

    • @ameywani8
      @ameywani8 3 หลายเดือนก่อน

      you got me in the first half

  • @mp6086
    @mp6086 ปีที่แล้ว +135

    5:54 && and || are not ternary operators, these are logical operators. It's a really clever way to use them, but it's important to know why exactly they work that way and that if the condition isn't or is (&& or ||) satisfied the variable will be assigned a boolean value (false / true)

    • @Emblazon
      @Emblazon ปีที่แล้ว +28

      I thought I was missing something lmao. Thanks for this clarification. But yea, ternary operators are in the form of ` let variable = (condition)? value if true : value if false; `.
      ` let name = (age > 10)? "Pedro" : "Jack" `

    • @yani-
      @yani- ปีที่แล้ว +13

      I came here to comment just this. I do not recommend using the logical operators when assigning values, this is just wrong

    • @patelprapti591
      @patelprapti591 9 หลายเดือนก่อน

      @coddingdunniya might be helpful for you
      th-cam.com/video/4XwcLgTBEiU/w-d-xo.html&ab_channel=CodingDunniya
      they have got some really relatable content

    • @user-sk6ge6sh7j
      @user-sk6ge6sh7j 8 หลายเดือนก่อน +3

      Yep, I get what you are saying. I was also a bit confused about that explanation, but we are all continuously learning in the journey to become the best software engineers that we can be! 💯

    • @dlouhavideacz
      @dlouhavideacz 5 หลายเดือนก่อน +3

      It's called "short circuit evaluation" and it's handy when u want something to pop up if soem rule is fulfilled

  • @VictorOliveira
    @VictorOliveira 11 หลายเดือนก่อน +1

    Man, this is a great video. It's difficult to find such good videos around here about the subject. Thanks!

  • @sachinmore8938
    @sachinmore8938 ปีที่แล้ว +1

    This was an awesome idea to collate the basics in a small video. A lot of my other learning makes more sense now after understanding the significance as I directly started with React. Thank You!

  • @BrunoAlexandreCartaxeiro-BRN
    @BrunoAlexandreCartaxeiro-BRN ปีที่แล้ว +4

    I only saw this video from you so far, but I think you have serious teaching skills. Very well structured, simple and accessible information. Congrats & thanks. 👍

  • @smnomad9276
    @smnomad9276 2 ปีที่แล้ว +23

    I don't think you realize how good of a teacher you are. No one on youtube explains things as clear and as simple as you do 💯 One thing however i wish you would start doing is go deep into the small details more of why something is the way it is and how it works on the background without using technical words and don't assume that we already know some simple details. This would really be great for beginners!
    Great job man and thanks for what you're doing ❤️🙏🏻

  • @boitumelomashego2386
    @boitumelomashego2386 6 หลายเดือนก่อน +1

    Thank you so much it has been overwhelming trying to learn react but now I see the light, thanks for this video, this is amazing.

  • @D369_
    @D369_ 10 หลายเดือนก่อน

    just started with react and this has been one of the most useful tuts investors found so far lol. Concisely explained with situational examples for why the techniques are useful. Thanks a bunch.

  • @rax7147
    @rax7147 ปีที่แล้ว +104

    Same experience, diving in react with just the basics of js is really a tough road. Hoping to see more videos like this that summarizes things. ❤

    • @abachaalaaeddinesalah4138
      @abachaalaaeddinesalah4138 8 หลายเดือนก่อน

      How is your level now

    • @GameVerse215
      @GameVerse215 8 หลายเดือนก่อน

      i fucking suffered alot alot alot i almost gave up ...

    • @durgeshkumardurga2073
      @durgeshkumardurga2073 6 หลายเดือนก่อน

      bhai basic JS se react ho jqayega?? plss batana

    • @kirandev
      @kirandev 5 หลายเดือนก่อน +1

      @@GameVerse215😂 did you make it ?

  • @user-sk6ge6sh7j
    @user-sk6ge6sh7j 8 หลายเดือนก่อน +13

    This is the first and only of your videos that I have seen (so far) and it has cleared up so much confusion and frustration that I have been having in my journey in learning how to use JavaScript AND React and how to best use them together. I became very excited watching this video as ideas and concepts started to "click" in my head. Thank you, Pedro for this awesome video! 🥰

  • @emilysmith1000
    @emilysmith1000 ปีที่แล้ว +3

    You are so good at explaining. This really helps me. Thank you for sharing your talent 🙌😄

  • @tariknavarro87
    @tariknavarro87 ปีที่แล้ว

    Hi, Pedro! Thank you for your vídeos. I've found you few days ago and have been watching your content. Keep going!

  • @emamarcela354
    @emamarcela354 2 ปีที่แล้ว +3

    Thank you Pedro! Your videos are being a great help! I'm doing a React course and when I don't understand my teacher I know that I'll come here and understand with your videos

    • @dr_corrupt1014
      @dr_corrupt1014 ปีที่แล้ว

      so why not just watch pedros videos instead of wasting time with a tutor you don’t understand ? 😂😂

  • @rolandsilvajr1
    @rolandsilvajr1 4 หลายเดือนก่อน

    really well done. I have finished a three month boot camp and this is great refresher as I start React, will definbitely follow I subscribed

  • @user-gl5wl7rw3f
    @user-gl5wl7rw3f ปีที่แล้ว

    Great video Pedro! It really helped to renew the topcis necessary to look at while learning React! Thank you very much! All the best 💪💪

  • @automateddude
    @automateddude ปีที่แล้ว +1

    Really thanks Pedro, you are a lifesaver! I actually learnt react with basic js and knowledge of python, even didnt understand the new if else and spread operator, now I understood, Thanks a lot!

  • @r4rama
    @r4rama ปีที่แล้ว

    I really appreciate your way of explaining. I was very scared of what to learn first. But you cleared my doubts :) Thanks man

  • @sulaimanmicheal3952
    @sulaimanmicheal3952 ปีที่แล้ว

    Thanks for the explanation I'm currently learning react but I've realized that some things need to be understood. and this is clear enough.

  • @zalodias123
    @zalodias123 2 ปีที่แล้ว +21

    Great overview on these JavaScript concepts Pedro! I've done a few React projects but it's always good to refresh the basics once in a while.

    • @aliyanbuzdar1213
      @aliyanbuzdar1213 10 หลายเดือนก่อน

      Zo O xja on a db js ak Ak _d os

  • @kenmtb
    @kenmtb ปีที่แล้ว

    Thank you sir, It is really helpful to have an idea of what concepts a newb needs to know and which ones you can put off for later.

  • @echozhu1661
    @echozhu1661 ปีที่แล้ว

    This is so helpful! Thank you for sharing the contents and experience! I was struggling with a React proj and this helps!!!

  • @zakariadf8747
    @zakariadf8747 ปีที่แล้ว

    This is the first video I have watched so far and I already Love you Dude 😀 Thank you for Sharing

  • @puzzledneuron955
    @puzzledneuron955 11 วันที่ผ่านมา

    Thanks its a very good intro before starting with react.

  • @georgebassey3911
    @georgebassey3911 ปีที่แล้ว

    Really enjoyed this video, I was really scared to put my hands on React, now I want to check your React tutorials out. Thank you!!😊

  • @luisaborba4829
    @luisaborba4829 หลายเดือนก่อน

    Great video Pedro, you explain really well, thanks a lot :)

  • @slearmendoza3863
    @slearmendoza3863 ปีที่แล้ว

    Hey sir pedro, thank you for this video. This is what I looking for, its been a month for looking on how and where do I start learning REACT. Kudos bro.

  • @mazwinb1113
    @mazwinb1113 11 หลายเดือนก่อน

    Great video bro. Thank you so much. Actually you have covered all the topics that I was looking for.

  • @HeyNoah
    @HeyNoah ปีที่แล้ว

    Great video as always Pedro! Thank you!

  • @eraoul
    @eraoul ปีที่แล้ว +9

    Feedback: there is just one “ternary” operator described here, not 3. And and Or are just binary logical operators, since they have two arguments. The ? operator is the ternary operator since it takes three args: condition, if clause, and else clause.
    Also: functions are usually declared const to specify the variable referring to them shouldn’t change, it’s not just a “convention”.

  • @galatoide
    @galatoide 2 ปีที่แล้ว

    just what I needed! thank you and keep growing ☺

  • @jnaras
    @jnaras 9 หลายเดือนก่อน +1

    Great job Pedro. Nice fundamental stuff.

  • @JustPerfectDesigns
    @JustPerfectDesigns 2 ปีที่แล้ว +8

    This right here is a really great value that most beginners overlook.
    I'm glad I could finally see this. I searched for content like this too when I started my react journey and I found none.
    I'm going to link this on almost all my react tutorials/projects on my small TH-cam channel.
    I hope its Ok to do so?

    • @PedroTechnologies
      @PedroTechnologies  2 ปีที่แล้ว

      That is perfectly fine! Thank you for the support!

  • @kenkioqqo
    @kenkioqqo 2 หลายเดือนก่อน

    You're the man, Pedro. This is exactly where I'm at in my React journey. Coming from a Python (Django) background with a little bit of JS basics, I've been feeling overwhelmed by the thought of (re)learning the entire JavaScript language just to prepare for React. I needed to know what parts of JS I should brush up on and this video has demystified my path. So thanks man.

  • @charitysimon-peraboh5555
    @charitysimon-peraboh5555 3 หลายเดือนก่อน

    Pedro it's been awhile and thanks so much always do a lot for the upcoming

  • @oliverqweenuj
    @oliverqweenuj 9 หลายเดือนก่อน

    Excellent teaching method, by comparing both Javascript and its equivalent Reactjs and writing the code for both, side by side. Increased my understanding a lot.

  • @_Sanja_
    @_Sanja_ 10 หลายเดือนก่อน

    Thank you for making this video! I have just started learning React as part of my bootcamp. It has been confusing so far :)

  • @federicocastro5542
    @federicocastro5542 ปีที่แล้ว

    Thank you Pedro, it's now so much clear !!

  • @lvekua
    @lvekua ปีที่แล้ว +1

    Very useful. Thank you mate!

  • @abdulmagidelmaghbub9950
    @abdulmagidelmaghbub9950 11 หลายเดือนก่อน

    THANK THANK THANK YOU
    you provided somthing that i was looking for a while

  • @derickmoncado
    @derickmoncado 10 หลายเดือนก่อน

    Stellar overview man, great work!

  • @Arsy1999
    @Arsy1999 ปีที่แล้ว

    Amazing video, I highly recommend this to anyone looking to bridge the gap between a JS course and React course!

  • @thescribblersdiary
    @thescribblersdiary 6 หลายเดือนก่อน

    Learned a lot brother! Thanks for the effort and tutorials

  • @yashiel
    @yashiel ปีที่แล้ว +1

    Wow, this is really helpful, I wonder why nobody thinks this way. Thank you very much.

  • @ramizch1739
    @ramizch1739 3 หลายเดือนก่อน

    superb man you are a life savor, that's what exactly i was looking for, and your explanation and examples are beginner friendly, Thanks man and please keep posting nice stuff about react

  • @gabrieloliveira3194
    @gabrieloliveira3194 ปีที่แล้ว

    Great value Pedro, thank you!

  • @danray472
    @danray472 หลายเดือนก่อน +1

    you are my best teacher so far

  • @alinaser2332
    @alinaser2332 ปีที่แล้ว

    you such a gift from heaven bro, just wanna say thank you over and over again ♥

  • @lericho3008
    @lericho3008 ปีที่แล้ว

    Thanks for this tutorial. Cheers from Brazil 🎉🎉🎉

  • @dlanyar1251
    @dlanyar1251 2 ปีที่แล้ว

    Thank you Paidro! This is so useful

  • @camoospi9349
    @camoospi9349 ปีที่แล้ว

    Great video. you are really good explaining stuff, making it very easy to understand and follow..

  • @kaus0463
    @kaus0463 5 หลายเดือนก่อน +1

    This is very helpful! thanks a lot

  • @Sidm09Gaming
    @Sidm09Gaming ปีที่แล้ว

    Loved the way you teach buddy, you kinda motivated me to do 😇

  • @hitsgamingparadise5243
    @hitsgamingparadise5243 2 ปีที่แล้ว +1

    Oh man beautiful video ... Exactly what I needed man .. thanks bro!!

  • @elase3
    @elase3 ปีที่แล้ว

    i like so much about your way when you give us to lesson, your way in this video learned me a lot , and i understood your explanation , i am not good with english but really i understood every single word you said , you are a very good teacher .
    thanks so much for this video and keep going to do many stuff videos like this

  • @catreunion
    @catreunion 2 ปีที่แล้ว +4

    This video is super helpful. Thank you so much!

  • @user-hf8iy8xp9y
    @user-hf8iy8xp9y 2 หลายเดือนก่อน

    These are important concepts for react. Thank you!

  • @romulodsr
    @romulodsr 28 วันที่ผ่านมา +1

    Awesome stuff! Thanks 😊

  • @sodhapujan7834
    @sodhapujan7834 ปีที่แล้ว

    Awesome man ! Keeping putting such videos ;)

  • @loudakrizz
    @loudakrizz ปีที่แล้ว

    Thanks pedro! great video!!

  • @gavenlrobertson7352
    @gavenlrobertson7352 ปีที่แล้ว

    Good Video man! This helped me a lot

  • @viralina8765
    @viralina8765 ปีที่แล้ว

    thank you so much for making this video. it is very useful !!

  • @relaxingmusicmusicandvideo2422
    @relaxingmusicmusicandvideo2422 ปีที่แล้ว +1

    Awesome marvalous fabulous hillarious mind blowing superb fantabulous ....i just came here while still learning react from you

  • @seekingtruth9417
    @seekingtruth9417 ปีที่แล้ว +7

    This is so awesome. You are a hidden gem. Not sure why TH-cam didn't recommend you earlier, it would have saved me so much time. I had some basic knowledge of javascript but was not confident with objects, map and async. The way you explained with examples is really great. Not many online tutors can do that. Thanks for making this great video. Please make more videos like this on JS and React so that we can clear our concepts and start building a real world project. Once again thanks a ton!

  • @darshanpandya1087
    @darshanpandya1087 ปีที่แล้ว

    this is the type of video i wanted to watch for long time , i don't want to say that i completed js from a to z but i think i have completed more than 15 projects on js and now i want to learn react but i was not confident enough so i searched on youtube if i have to know anything else before jumpting to react. thanks pedro for this amazing video ... TotalSubscribers++

  • @roving-camera_72
    @roving-camera_72 9 หลายเดือนก่อน

    This is a great summation of the JS principles one should know before moving on to ReactJS.

  • @mallinathlamjane8118
    @mallinathlamjane8118 10 หลายเดือนก่อน

    Nicely explained, thanks for the video

  • @funkerosupremo
    @funkerosupremo 8 หลายเดือนก่อน

    Thanks for the video, Pedro. Really useful. I finally got the arrow functions now thanks to you.
    Also, you sound brazillian for some reason

  • @yolamontalvan9502
    @yolamontalvan9502 11 หลายเดือนก่อน

    Thanks for the video. Just what I needed to know. But I was interrupted by a 50 minutes interesting ad which was longer than your video. I watched the entire ad, wow. When your video resumed, I became interested in react. Thanks.

  • @sediqiata2678
    @sediqiata2678 ปีที่แล้ว

    I am among those programmers who has too much stress but this video is so satisfying bcz now i know i have the abilty to learn react

  • @VELS436
    @VELS436 ปีที่แล้ว +1

    Thank you buddy ❤🎉...*its really helped me

  • @devjoaommr
    @devjoaommr 7 หลายเดือนก่อน +2

    caralho o maluco é brasileiro e ta dando aula, que coisa dahora de se ver! parabens mano, me ajudou muito com o video

  • @bhavyanayak4342
    @bhavyanayak4342 4 หลายเดือนก่อน

    Fantastic work!

  • @sagarpurohit1454
    @sagarpurohit1454 6 หลายเดือนก่อน

    i think i learned lot in this video even came to know how some new things work with very simple example that can be helpful understanding new advance topic in js and React.

  • @uscjake868
    @uscjake868 ปีที่แล้ว

    Awesome video Pedro!

  • @pauljustineposas6791
    @pauljustineposas6791 ปีที่แล้ว +1

    I've have been doing a lot of JavaScript studying these past few months but I soon as I watched this video, I can advance a little in Udemy Course. Thank you I've reached out to this, I can definitely get to know more on React. 😍🙌👌

  • @parzivall5605
    @parzivall5605 ปีที่แล้ว

    Hey Pedro thank you for all the wonderful videos. Not sure if you put any content out on Blockchain, Solidity, or creating Dapps. Would love to hear what you have to say on that.. keep up the great work.

  • @striderhere
    @striderhere 11 หลายเดือนก่อน

    It really helps me to learn both as a beginner

  • @seankrieg
    @seankrieg ปีที่แล้ว

    Heartfelt thanks Pedro!

  • @Psychopatz
    @Psychopatz 6 หลายเดือนก่อน

    Thank you sir, I dont even know that those arrow functions are from javascript itself and not from react by default, you explained it from the fundamental standpoint. Super thanks sir!

  • @capedbat
    @capedbat ปีที่แล้ว

    Thank you so much Pedro !!

  • @ivanbaric5132
    @ivanbaric5132 ปีที่แล้ว

    Very good video. Keep up with the good work!

  • @Ahmed-fq3kz
    @Ahmed-fq3kz 3 วันที่ผ่านมา

    Awesome man, thanks alot.
    I was wondering what is better to be advanced in js or react?

  • @AhmedSiddiqui-dz3up
    @AhmedSiddiqui-dz3up 10 หลายเดือนก่อน

    Commenting just for you because you are a really good teacher :)

  • @bilalsaleem100
    @bilalsaleem100 6 หลายเดือนก่อน

    thank you for making this video. appreciate it :)

  • @ashishshetty4363
    @ashishshetty4363 3 หลายเดือนก่อน

    great video ; you earned a subscriber ❤

  • @tomasburian6550
    @tomasburian6550 2 ปีที่แล้ว +58

    I also started learning React without knowing JS so I took it side by side. It was tough.
    Not as tough as learning how to use React + TypeScript, tho :)

    • @rajvipatwa7438
      @rajvipatwa7438 2 ปีที่แล้ว

      Can you help me

    • @eggxecution
      @eggxecution ปีที่แล้ว +1

      @@rajvipatwa7438 how was it? I learned react too without javascript lol Chat GPT helped me a ton lol

  • @berat2690
    @berat2690 11 หลายเดือนก่อน

    very useful video i was trying to find something like this

  • @zmariux
    @zmariux ปีที่แล้ว

    Thanks man! As a feedback, I was struggling to find motivation of why to learn react, and I didn't need more statistics of why is it good compared to other tech, not more technical details of what React is.
    What I needed for my motivation was exactly something that you integrated lightly (but enough), and that was the practical use into react and what can react do for me (and the thing with the arrays and how it can add the was enough to put my brain to work. It game me a small light to hang on it, enough to buy me some time to learn more thing ( until either I deplete my motivation again or I learn new things to motivate me again).
    Shortly, the practical use (and in what scenario) was the thing that help me. I hope it makes sense. Thanks 👍

  • @michaelhuskey2608
    @michaelhuskey2608 ปีที่แล้ว

    Great summary video!

  • @Spitfiregames
    @Spitfiregames 2 หลายเดือนก่อน

    I was taking the full stack developer course in code academy and hit a wall with building programs, but I now realize that they were preparing me to learn react because they really emphasize the importance of using arrow functions and tenary operators. This video was eye opening. Thanks for the content.

  • @_jackie.zz_2884
    @_jackie.zz_2884 ปีที่แล้ว

    Thanks your video helps me a lot🤙

  • @vishmapdas7898
    @vishmapdas7898 ปีที่แล้ว

    Bro you are a godsend. Many thanks!

  • @horusight
    @horusight 9 หลายเดือนก่อน

    its really useful thanks man😁😁😁

  • @Xtopherization
    @Xtopherization 2 ปีที่แล้ว

    Very helpful video ! thanks a lot

  • @WillSmith-qt7me
    @WillSmith-qt7me 2 ปีที่แล้ว +1

    Pedro is unstoppable!