JavaScript Chapter 8 - Practice Set | JavaScript Tutorial in Hindi #49

preview_player
Показать описание

python, C, C++, Java, JavaScript and Other Cheetsheets [++]:

►Learn in One Video[++]:

►Complete course [playlist]:

Follow Me On Social Media
Comment "#HarryBhai" if you read this 😉😉
Рекомендации по теме
Комментарии
Автор

🎯 Key Takeaways for quick navigation:

00:00 *🚀 Introduction to Chapter 8 Practice Set*
- Overview of the practice questions for Chapter 8.
- Comparison of simple HTML approach versus EventListener for creating alert messages.
- Emphasis on understanding and following instructions to avoid overcomplicating solutions.
02:22 *🔖 Creating a website to store bookmarks*
- Demonstrating how to create links to favorite websites using `` tags.- Explaining the importance of following instructions and avoiding unnecessary additions to tasks.- Suggesting ways to creatively enhance the bookmarking feature, such as using different approaches or APIs.04:17 *🔄 Implementing a task with EventListener*- Demonstrating how to use `addEventListener` to achieve functionality similar to using inline `onclick` attributes.- Emphasizing the simplicity and effectiveness of choosing the right approach for each task.08:01 *🔄 Implementing periodic content fetching*- Discussing the use of `setInterval` to fetch data from an API at regular intervals.- Encouraging exploration and experimentation with APIs and concepts beyond the current scope for learning and fun.09:56 *💡 Creating a glowing bulb effect*- Demonstrating how to create a glowing bulb effect using CSS and JavaScript.- Highlighting the importance of understanding CSS and JavaScript interactions for creating dynamic effects.- Encouraging creativity and experimentation with different effects and techniques.Made with HARPA AI

Hafijur
Автор

Sir, you know when I was bookmarking all the websites, when I clicked on Facebook, Google, Twitter, not a single website opened, only your website opened.All websites were showing Refused to Connect.
Your website
"CodeWithHarry" is very kind like you ❤
Thank you 🙏😊❤

henaparvin
Автор

Sir you are best teacher in codding line and i learned many languages from you
Love from surat❤

TDMMaster
Автор

These exercises helps us to bring strong command on the concepts that we just learnt...so thankful to harry bhai❤

SaurabhKumar-yxiv
Автор

You are the best teacher harry vai. From the period of lockdown, I started to use your videos. Then, I was so noob but, gradually, I have learnt a lof of things and become confident of coding. Your videos have changed my life. Love you and many many best wishes to you !!

satyamjha-codeindwala
Автор

Sir still how many videos will it take to complete this course?

manjunathadharagond
Автор

Your playlist is really helpful. Could you please also create playlist for Type Script ?

sujywnt
Автор

Thank you sir for creating this video!

technikalproblem
Автор

As Views are dropping means people are giving up..and that's why most of people become just ordinary web devlopmer.

CodingWorld
Автор

So much respect for you brother for this much help for us by making these kind of videos for us

HardeepSINGH-yzgx
Автор

JavaScript Chapter 8 - Practice Set | JavaScript Tutorial in Hindi #49

satyamjha-codeindwala
Автор

3:41 samaj rahe ho aj harry vai mood me he 👀👀👀👀

factzandcode
Автор

last bulb code is not working on replit only on code editor like vs atom it is working

crafttechindia
Автор

Sir i am 1st year student and i want to learn C language as a my first language, can i prefer your channel or its too old plzzz reply sir

ArsenoL
Автор

Question 5
Note : insert your own glow and noglow bulb image of same size
<!DOCTYPE html>
<html>

<head>
<title> Glowing bulb using time interval </title>
<style>
.container{
display: flex;
}
.noglow{
width: 360px;
}

.glow{
width: 360px;
display: none;
}
</style>
</head>

<body>
<div class="container">
<div class="glow" id="id1">
<img src="img/bulbglow.png" width="360px">

</div>

<div class="noglow" id="id2">
<img src="img/bulbnoglow.png" width="360px">
</div>
<button
</div>
<script>
var o = setInterval(function () {
var x =
var y =
if (x.style.display === "block") {
x.style.display = "none";
y.style.display = "block";
} else {
x.style.display = "block";
y.style.display = "none";
}
}, 2000);

function off(){
clearInterval(o);
}


Your most welcome

KnowledgeableL
Автор

Today when I awoke, my friend was saying harry sir ❤️ have given his WhatsApp number I thought how?? But really i don't know anything one day definitely I'll meet my aaradhya 🙏❤️. It's my dream.

AllWithShiva
Автор

Hi sir, kesay hain ap? Kuch log apk youtube channel pe neechay comments mein gift k tor pe apka naam kharab kr rahay hain...Gift ka bol kar logo se paisay wasool kr rahay hain...meray pass unki chat aur is bat ka proof screenshots bhi hain because mai apka boht bara fan hn so wo top fans ko target krtay hain.. mai ne socha apko inform krna lazmi hai...thanks

payaraislam
Автор

Harry Bhai mai aapki web developement wale cource ko follow kar raha or Maine css complete kar liya to mujhe Java script is playlist se sikhni chahiye ya usi me se please reply 🙏🙏🙏🙏🙏🙏

Sumit-lvdi
Автор

Bhaiya aapko kivy in python aati hai kuchh puchhna tha plz rpl kijiye

skroyeducation
Автор

Hey Harry Sir... Can you give me Advice..
Apple Mackbook M2 Chip is sufficient for best coding programming... Please response me

MandipKumar