Пікірлер
@eaglekraft687
@eaglekraft687 2 ай бұрын
thank you so much!
@sweethomes674
@sweethomes674 6 ай бұрын
Excellent 😊
@andrewtate2729
@andrewtate2729 8 ай бұрын
my left ear enjoyed this
@vinayuttekar8735
@vinayuttekar8735 9 ай бұрын
best video on this topic!
@Enn99999
@Enn99999 9 ай бұрын
oh my god, you are cool, this is what I have been tackling for more than 2 weeks. Thank you so much
@darkraysha3927
@darkraysha3927 Жыл бұрын
Dankeschön war echt hilfreich
@kertosyt
@kertosyt Жыл бұрын
so my brain is furiously asking me right now , what if you want to , set an image height, at 100vh , and width at 100% of the container, but instead of letting the image stretch , you want to set the image to crop according to the size of the container , while respecting the aspect ratio, could it be done by loading a an image that is bigger than the container, set the center of it as the center of the container and have the container hide and show parts of the image as the size changes?
@KevinBeal-u9f
@KevinBeal-u9f Жыл бұрын
Great tutorial, but would really love if the audio wasn't mono to just the left
@wcris007
@wcris007 Жыл бұрын
THANK YOU SO MUCH FOR THIS just subbed and liked the video :D
@machadoviewer
@machadoviewer Жыл бұрын
Thank you, it was very helpful!!
@ghulamilyas6020
@ghulamilyas6020 Жыл бұрын
thanks alot bro
@TylerThomas
@TylerThomas Жыл бұрын
so basically padding-top: img(height) / img(width) Is there an auto for this?
@TylerThomas
@TylerThomas Жыл бұрын
bravo
@atuc7750
@atuc7750 Жыл бұрын
Tks broo very much, it worked
@na5108
@na5108 Жыл бұрын
THANK YOU!!!! why can't any of the other videos be as straight forward as you, DEAR LORD!
@samrathchauhan1271
@samrathchauhan1271 Жыл бұрын
this is a legendary video, wasted 20-30 minutes on other videos but this is the real deal and in just 3 mins ^-^
@winstreakpro2397
@winstreakpro2397 Жыл бұрын
I was learning the css and it was amazing and understandable than long videos but the only thing that i was struggling and didn’t get it was box boder amd box sizing Thank you so much for your tutorial ❤🎉
@eherman810
@eherman810 Жыл бұрын
❤️👍 thank you so much bro
@vivektamore8554
@vivektamore8554 Жыл бұрын
<style> .child{ width:100px; height: 100px; background-color: aqua; margin: 1em; } .child.active{ background-color: blueviolet; } </style> </head> <body> <div class="container"> <button onclick="createEl()">Click me to add</button> <div class="parent" id="home"> <div class="child"></div> </div> </div> </body> <script> let parentEl = document.querySelector('.parent') function createEl() { let CreatedEl = document.createElement('div'); CreatedEl.className = 'child'; CreatedEl.innerText = 'hello' parentEl.appendChild(CreatedEl); showlopp() } function showlopp() { let childEl = document.querySelectorAll('.child') // let parEl = document.getElementById('home') // parEl.addEventListener('click', e =>{ // if(evt.target.className === 'child'){ // console.log('parent element') // } // }) console.log("-------Show loop---------") for (let i = 0; i < childEl.length; i++) { console.log(childEl[i]) childEl[i].addEventListener('click',() =>{ childEl[i].classList.toggle('active') console.log(childEl[i]) }) } } showlopp(); </script> plz help to find out why class are added clicked @5-min Web-Dev
@jitenanand9535
@jitenanand9535 Жыл бұрын
This event propagation system is there in javascript to handle same event handler attached to both the parent and child. if the event fires who will first receive the event, parent or child?
@zahidshaikh3122
@zahidshaikh3122 Жыл бұрын
Now I understood this concept clearly, Thanks Bro!.
@DaveGalligher
@DaveGalligher Жыл бұрын
Nice job, thanks.
@vijaykumarreddyt3287
@vijaykumarreddyt3287 Жыл бұрын
Don't stop , Dude
@jitenanand9535
@jitenanand9535 Жыл бұрын
The fact that every DOMElements inherits from this eventTarget object it becomes confusing to to have a symantic difference between eventEmitter and eventTarget . The eventTarget object can be extended to create two different types of objects as eventEmitter and EventTarget to create a symantic difference.
@gmontano79
@gmontano79 2 жыл бұрын
Could you make video on layout
@mintifu1658
@mintifu1658 2 жыл бұрын
sadge, I realized dude stop creating new content 4 years ago
@samuelg.2460
@samuelg.2460 2 жыл бұрын
Dude you need to try cardio. Otherwise love "the 5 min" stuff, short and clear. Thanks!
@SonGoku-pc7jl
@SonGoku-pc7jl 2 жыл бұрын
thanks! good tip! :D
@mahmudx
@mahmudx 2 жыл бұрын
I love how you pronounce **Hoisted**.
@joshuwa3953
@joshuwa3953 2 жыл бұрын
Can someone explain why we need a class container I replicated the same thing without that class and got the exact same dimensions
@EJ-jh1vf
@EJ-jh1vf 2 жыл бұрын
someone make a compilation of just the breathing sounds
@bob_bobsen
@bob_bobsen 2 жыл бұрын
are you Web Dev Simplified but before the glow up
@aaroncross6075
@aaroncross6075 2 жыл бұрын
Whaaat?! D:
@marc.laurin
@marc.laurin 2 жыл бұрын
u r a fkn god m8
@jorgegonzalez4720
@jorgegonzalez4720 2 жыл бұрын
You say there's a compile phase, but I thought JS was an interpreted language, meaning the interpreter looks line-by-line, no?
@gbk_creations
@gbk_creations 2 жыл бұрын
Go slowly it is better
@vishalverma5280
@vishalverma5280 2 жыл бұрын
You made it possible to sum up a complex topic. Bring a part 2 for avoiding the common mistakes we should avoid during event programming. Thank you so much.
@ravihashimi3889
@ravihashimi3889 2 жыл бұрын
thank you
@hemantchaudhari5261
@hemantchaudhari5261 2 жыл бұрын
i really like your way to teach ,i understand all which you tell in video
@hemantchaudhari5261
@hemantchaudhari5261 2 жыл бұрын
what is callback function ?
@hemantchaudhari5261
@hemantchaudhari5261 2 жыл бұрын
what is event.target ?
@hemantchaudhari5261
@hemantchaudhari5261 2 жыл бұрын
differnce between axios and fetch in react
@taz2392
@taz2392 2 жыл бұрын
This has helped so much thank you.
@user-wc1sm8cj8s
@user-wc1sm8cj8s 2 жыл бұрын
The first time I encountered this makes me scratch my head. Coming from Python3 background, if you haven't defined something yet, you can't access it. In JS, you can, it's so weird. Thanks for this video, but still, I won't use this feature (just like you said).
@josephemmanuel4089
@josephemmanuel4089 2 жыл бұрын
Clear and precise. Thanks
@lycan2494
@lycan2494 2 жыл бұрын
ok that breathing is annoying asf ngl
@quocminhtrungthach1162
@quocminhtrungthach1162 2 жыл бұрын
My god, thank you for this
@jenso413
@jenso413 2 жыл бұрын
great explanation! thanks!
@RINKUVERMA-gv6tp
@RINKUVERMA-gv6tp 2 жыл бұрын
kzbin.info/www/bejne/fZuueqGsqLB0d8U Watch this video this is very helpful
@narmadhadevi8167
@narmadhadevi8167 2 жыл бұрын
That was a very clear explanation I got, that too in just 5mins😯🔥.. Please start uploading videos with your awesome way of explaining stuff🙏