Full course is FREE and will be available here courses.learncodeonline.in/learn/Complete-Javascript-course
@manasraikaushik8647 ай бұрын
We dont have access to any of the attachments you provided, what is the need to keep video free ? just do it paid too ...
@dinesh07434 жыл бұрын
Best javascript series ever.., on KZbin.
@saibhanumathurthi9034 жыл бұрын
Hitesh sir, I'm a fan of the way you teaches everything✋
@monusingh37194 жыл бұрын
Sir you told to always use return while using curly braces in arrow and callbacks so here at 6:05 at line 17 you are not using return keyword......pls tell
@meetsakhareliya7553 жыл бұрын
In function we do not always return. Whenever there is case in which function returns something , if we put braces we have to write return. if there is nothing to return , no need to write return weather it is a simple function or arrow function. I hope you understand my point
@aarushgoyal4 жыл бұрын
Signs that you have become a Pro KZbinr : You start finding innovative methods for Subscribe Appeal
@afamsval4 жыл бұрын
Thank you so much for this video. I am really enjoying the quality of the video .
@techiesrikanth24474 жыл бұрын
Thanks for Amazing course Hitesh !!
@redemption48362 жыл бұрын
What exactly does the element in magiccolorchanger does if the color part grabs the actual color?
@soumeshk4 жыл бұрын
Which VS Code theme do you use?
@gauravnag90464 жыл бұрын
Hi SIr, Thank you for explaining concept. But please clarify if there are 10 colors, then we need to write magicColorChanger() 10 times. Instead of it can we pick the colors dynamically with less number of code lines. If yes, pls guide on that
@rajkumarv.b5652 жыл бұрын
Here's my version of the logic : const red = document.querySelector(".red") const cyan = document.querySelector(".cyan") const violet = document.querySelector(".violet") const orange = document.querySelector(".orange") const pink = document.querySelector(".pink") const center = document.querySelector(".center") const getElementBGColor = (Element) => { return window.getComputedStyle(Element).backgroundColor } const magicColorChanger = (element) => { element.addEventListener("mouseenter",() => { center.style.background = getElementBGColor(element) }) } magicColorChanger(red) magicColorChanger(cyan) magicColorChanger(violet) magicColorChanger(orange) magicColorChanger(pink) magicColorChanger(center)
@gunvantchandratre83334 жыл бұрын
Really Nice Video Sir 👌
@Ravi-oh8xz2 жыл бұрын
Enjoyed the project ❤️❤️
@vivekhridayanandverma8544 жыл бұрын
Hitesh sir doing good with your current running course with js thanks for this. In this project I am getting type error like failed to execute getComputedStyle on Windows...parameter 1 is not type of element #error I used setBGColor but i am able garb first only rest of not able to grab...please suggest about error
@bobcoderz4 жыл бұрын
Hey Sir can you share how you configure vscode :)
@aarushgoyal4 жыл бұрын
@Unique Rohit Patil I guess he is talking about the custom color scheme of Hitesh sir
@somitdas77404 жыл бұрын
Hi! @hitesh sir As i can see this playlist contains videos till the number 37 and further from 38 its private. WHhy is that so?
@aarushgoyal4 жыл бұрын
he has made the entire playlist but is releasing one video a day
@sivasai68904 жыл бұрын
Thanks a lot sir for free course
@JoyKimaiyo Жыл бұрын
Hi, Hitesh I cannot access your website. Is it location wise or just the website cannot be accessed for everyone?
Sir can we use the CSS property ":hover" to make it do all the things you told in this video?
@rellaraffick3 жыл бұрын
Technically, yes we can. As we can see Tooltips on hover, Popups on hover works that way too. Sir has performed like in the video just for an example. That's a great question mate ! Keep it up & All the best
@sreeramp66883 жыл бұрын
Nice nd Easy!!
@manojkumarm83984 жыл бұрын
hearty thanks fr this
@vraj31154 жыл бұрын
#10minutesJS day 35! and not sleepy anymore !!
@willowayya4 жыл бұрын
Dear sir with only one programming language can be job get or not ? I m on JavaScript
@ajaypathak22144 жыл бұрын
Why getComputedStyle not working with getElementsBy---. ?
@ankushladani4962 жыл бұрын
Thank you sir...
@anbazhagan68264 жыл бұрын
This is... This is .. awesome.😍
@vijaynavale39194 жыл бұрын
Keep going 👍
@wasimrajamiddya75602 жыл бұрын
Sir will I get certificate after completing this course?
@sufism484 жыл бұрын
from where i can get this code file?
@jaiswalvlog1114 жыл бұрын
they not show me same color, they show black color why?
@riteshpuley28914 жыл бұрын
Amazing
@NIDHISHARMA-ep6nc3 жыл бұрын
Tysm sir
@milankbudha4 жыл бұрын
plz provide source code also..It will be more easy for us to copy in our text editor directly rather than making a note in a copy .It will save our time..Thank you
@jaiswalvlog1114 жыл бұрын
sir plz show your div center css properties
@sudarshanjha67373 жыл бұрын
Make body flex and add align item and justify content center .. Fir normal .center{ Height : 5rem; Width : 5rem Border-radius: 50%}
@VikramSingh-qg3nh3 жыл бұрын
this was the 1st one i was unable to get output :( can you help me