How to create a new element in DOM | chai aur #javascript

preview_player
Показать описание
Sara code yaha milta h

Discord pe yaha paaye jaate h:
Instagram pe yaha paaye jaate h:
Рекомендации по теме
Комментарии
Автор

16:00 Important discussion about NodeList. A nodelist is a collection of document nodes which includes text nodes, attribute nodes and element nodes. A line break is also counted in nodelist but only first one. All subsequent line breaks are ignored by browser

shreshthagupta
Автор

This is undoubtedly the best structured JavaScript course. Not unnecessarily long and very informative.

shwetanshu
Автор

I SWEAR THAT I HAVE WATCHED A LOT PEOPLE'S JS COURSE, PAID AND FREE BOTH BUT KABHI KISI NE HITESH SIR JAISA EXPLAIN NHI KIYA HAI, EXCELLENT JAVASCRIPT COURSE MAN, THE BEST JAVASCRIPT COURSE I HAVE EVER WATCHED, RESPECT💯

ruchikarawani
Автор

I'm from Andhra Pradesh and my language Telugu and I'm just average at Hindi and still I can able to understand your classes very clearly becoz of your Slow and Clear explanation and pronounciation Thank you so much Hitesh Sir

Naruto_V
Автор

Jab jab mushkil Lagta..Bhai kehta Hy..ye to basic

nusratlines
Автор

26:28 timestamp
here is the code:-
const arr1 = ['ashish', 'bhanu', 'naveen', 'gautam']
const arr2 = ['blue', 'green', 'yellow', 'red']
arr1.forEach( ( text, index ) => multipleButtons(text, arr2[index]))


function multipleButtons(text, bgColor)
{
const button =
console.log(button)
button.setAttribute('className', 'firstbutton')
button.setAttribute('type', 'submit')
button.style.backgroundColor = `${bgColor}`
button.style.cursor = 'pointer'
button.style.padding = "12px"
button.style.borderRadius = "10px"
const textnode =
button.appendChild(textnode)

}

shobitkhatri
Автор

27:20 wakai me ab confidence aa raha hai JavaScript me
Thanks a ton Sir ❤❤

oqant
Автор

Best JavaScript series I’ve ever watched.
Thank you Hitesh Sirr❤

Fusion-Flow
Автор

Kafi acche se DOM samjhaya aapne sir thnks.

KrishJaiswal-frgn
Автор

I have done js from various courses and yt Channel but no have explained in such depth really thankful to you

AhmedRehan
Автор

This is undoubtedly the best structured JavaScript course. Not unnecessarily long and very informative.

mahmudulhasan
Автор

finally I have get the very good and very deep knowledge of the DOM your videos are just like a series, love to watch and learn new concepts of JavaScript please make more videos on that and please also create video on the behind the seen of react github

abhihirwani
Автор

Good teaching skill, sir.
Even though bigener can easily understand.

adarshpatel
Автор

After watching this lecture i fell i should learn again javascript❤❤❤😢 never see such a awesome content on free course😊😊😊

JeetuKumar-wduw
Автор

never ever thought that i will ever learn javascript with this much depth Hats off boss love from pakistan
really excited for next videos and react series

hassanghani
Автор

You're an amazing teacher, I was used to learn JavaScript by myself but I wasn't ever confident. One of my friend suggest your playlist to me, and now I'm looking for the react series as well. I like the friendly way of your teaching.

divyanshsharma
Автор

this lecture teaches us easily about DOM.. You have an incredible teaching skill.

arghyadeepkundu
Автор

This is undoubtedly the best structured JavaScript course. Not unnecessarily .Thanks a ton Sir ❤❤

AishaAkram-jtfy
Автор

Now I have a superb confidence in me about javascript and even I can read documentations easily.

Please start React after finishing this.

parmjeetmishra
Автор

Thank you for this entire series! Hindi mai JavaScript sikhnese ye saare concepts lifelong yaad rahenge.

shreyakolekar