🎯 Key Takeaways for quick navigation: 00:00 🚀 *JavaScript Exercise Overview* - The video introduces a JavaScript exercise solution and discusses upcoming shoutouts. 01:00 🎨 *Styling the Hacker Terminal* - Setting background and text colors for the hacker terminal. - Implementing a loop to display messages and applying random delays. - Using JavaScript arrays and functions to build the hacker terminal. 02:00 💻 *Implementing Hacking Effects* - Adding blinking dots effect using CSS classes. - Exploring hacking fonts and adjusting font size for a terminal-like appearance. 03:00 🔧 *Customizing the Terminal Further* - Importing and customizing fonts to enhance the hacking aesthetic. - Tweaking font size and exploring additional styling options for authenticity. 04:00 🛠️ *Finalizing the Hacking Terminal* - Incorporating blinking effect for three dots challenge. - Creating a function to generate random delays. - Setting timeout intervals for specific actions in the terminal. 05:25 🛠️ *Handling asynchronous JavaScript operations* - Explanation of handling asynchronous JavaScript operations, - Using setTimeout() to delay the execution of code, - Demonstrating how to add an item to the document after waiting for a random delay. 06:31 🔄 *Implementing blinking effect using setInterval()* - Demonstrating the implementation of a blinking effect using setInterval() method, - Setting intervals for the blinking effect, - Modifying the document dynamically to achieve the blinking effect. 07:25 🔧 *Refactoring code and solving issues* - Refactoring code by encapsulating functionalities into separate functions, - Identifying and addressing issues with asynchronous operations, - Ensuring proper encapsulation and organization of code for better readability and maintenance. 09:48 🛠️ *Debugging JavaScript code* - Debugging process in JavaScript, - Identifying issues with interval timing, - Adjusting interval timing for expected behavior. 11:22 🧰 *Troubleshooting JavaScript code* - Fixing issues with element selection and manipulation, - Using proper selectors and methods for targeted elements, - Implementing correct syntax for accessing and modifying elements. 12:31 🔄 *Clearing intervals in JavaScript* - Understanding the clearInterval function in JavaScript, - Implementing clearInterval to stop interval execution, - Proper usage of clearInterval within loops and functions. 13:11 🕰️ *Managing interval timing in JavaScript* - Ensuring clearInterval is properly triggered after loop execution, - Using clearInterval within loop structures to manage timing, - Implementing interval clearing for better code organization and performance. 15:13 🔒 *Handling File Reading and Password Files* - Handling file reading and password files in JavaScript. 16:23 📢 *Shoutouts to Course Participants* - Recognizing and acknowledging participants who successfully solved the exercise. 17:17 🚀 *Transition to Advanced Projects* - Moving on to more advanced projects and real-world applications in the course. - Emphasizing the need for serious engagement with the course content. Made with HARPA AI
The best thing about him is that he finishes what he starts Not like some other people who just drop ongoing series just because less view He makes quantity content with his whole heart and really cares about us and wants to teach as good skills ❤ Love your videos ❤😊
Last two days you have not posted any video of sigma web development course. I just though you have stop this series because of less views. Please don't stop. I am completed dependent on you
🎯 Key Takeaways for quick navigation: 00:00 *📝 Introduction to Exercise and Setting Up Environment* - Providing an overview of the exercise related to creating a hacker's terminal simulator. - Setting the background color of the terminal to green and displaying messages. 00:20 *💻 Writing JavaScript Functions for Terminal Simulation* - Writing functions to set background colors and display messages on the terminal. - Creating a loop to iterate through items and add them to the terminal. - Implementing features such as blinking dots to enhance the terminal appearance. 01:29 *🔧 Styling and Customizing Terminal Appearance* - Styling the terminal using CSS, including adding a custom font for a hacker-like appearance. - Adjusting font size and other visual elements to enhance the hacking simulation experience. 02:51 *🛠️ Importing and Using Custom Fonts for Hacking Aesthetic* - Importing custom fonts to achieve a hacking aesthetic in the terminal. - Experimenting with font styles and sizes to find the most suitable appearance for the terminal. 03:59 *🔧 Generating Random Delays for Blinking Effect* - Exploring how to create a blinking effect with three dots, presenting a coding challenge. - Using JavaScript functions to generate random delays for the blinking effect. - Implementing a function to return a promise with resolved or rejected states based on timeouts. 05:12 *🎨 Implementing Blinking Effect in the Document* - Setting up a setInterval function to trigger blinking at regular intervals. - Manipulating the DOM to append and remove blinking elements. - Utilizing CSS selectors to target specific elements for appending and removing blinking effects. 06:31 *💡 Finalizing Document Manipulation and Blinking* - Finalizing document manipulation by selecting the last child element. - Refining code to ensure proper removal of existing elements before appending new ones. - Completing the implementation of the blinking effect with JavaScript intervals and DOM manipulation. 07:37 *💻 JavaScript coding session* - Demonstrating coding process in JavaScript, - Identifying issues and debugging, - Implementing functions within the main function. 08:37 *🛠️ Troubleshooting and refining code* - Removing unnecessary code snippets, - Refactoring and optimizing code for clarity and efficiency. 09:48 *🧠 Understanding setInterval function behavior* - Exploring setInterval function behavior, - Troubleshooting issues with setInterval and code execution timing, - Analyzing code execution intervals and potential causes of unexpected behavior. 12:03 *🛠️ Documenting Elements in JavaScript* - Exploring the process of documenting elements in JavaScript. - Utilizing dot notation and `getElementByTagName` to select elements. - Using the `last` keyword to access the last element in a collection. 13:23 *🔄 Clearing Interval in JavaScript* - Demonstrating how to clear intervals in JavaScript. - Implementing the `clearInterval` function within a loop. - Ensuring intervals are cleared after loop completion. 14:17 *🧹 Cleaning Up JavaScript Code* - Discussing the importance of cleaning up JavaScript code. - Moving on to clearing passwords and personal files from a server. - Ensuring code execution follows the intended sequence for effective cleanup. 15:13 *🔍 Reading and Solving Files in JavaScript* - Demonstrating how to read files and solve file-related tasks in JavaScript. - Highlighting the detection and resolution of password files. - Recognizing different approaches to solving file-related issues. 15:54 *🛠️ Implementing JavaScript Functions* - Exploring the implementation of JavaScript functions to solve blinking and repetitive tasks. - Utilizing a resolve function and generating random numbers. - Addressing repetitive tasks through efficient coding practices. 16:48 *🎉 Shoutouts and Appreciation* - Acknowledging and appreciating individuals who successfully solved coding challenges. - Extending shoutouts to participants who contributed to the coding community. - Encouraging engagement and participation in upcoming projects. Made with HARPA AI
harry bhai i was loosing hope that i keep sending solutions to exercises and never get shoutouts i even left watching this playlist for a while but i can't thank you enough for shoutout, your shoutout fills me and lots of other people with determination, now im determined to watch this playlist till the end! thanks so much harry bhai ❤❤
*Hey bro, been a longtime viewer! Never dropped a comment till now, but here's my first on RUclips. Could you consider doing a course covering the A to Z of WordPress, you know, from the basics to the cool stuff like theme and plugin development? Can't find a solid one anywhere, and I know you'd nail it. BTW, still going strong on your Sigma Web Dev course. Keep rocking, and looking forward to more awesome content! 🙌 Cheers, mate!"*
anyway thanks for all these courses .. bhai .. if i got succeded in my purpose . i will surely meet you for telling you one of your unknown student was able to do something coz of you and your marvellous free of cost education..
@@JTNparody last.length - 1: This calculates the index of the last element in the collection. If there are 5 elements, last.length is 5, and last.length - 1 is 4. last = last[last.length - 1]: This assigns the last element to the variable last. Now, last is no longer a collection of elements but a single element-the last one in the document.
ruclips.net/video/jmaniHHrg-0/видео.htmlsi=Ar-YLtTh3t_3Tpl0 ye harry bhai ke js ke playlist ke vedio h isme same question solve karaya h unhone . Isme sahi se solve h. randomly na le is ke le ham iife ke ander simple for loop ka use karenge . Doosra koi for loop ka type ni chalega or uske ander await lagana jaroori h. (async ()=>{ for(i=0;i
Harry bhai yeh excercise mujhse bilkul bhi nhi hua kuch smjh nhi aya kaise approach lu or yeh solution bhi thoda overwhelming laga. Kafi demotivated feel horaha hai sochraha hu agar ye small excercise khud se na hua toh aagey kaise karunga khudka kuch bhi. Any one has any suggestions then please shed it on me. Would love to hear from others aswell.
Hello Sir, I am following your nextjs course, it's wonderful but your course is old now and some things just messed up. Please make a injust a course of NextJs Tutorial in this course only. Please sir. I beg you...
Jab last ki inner html 3 dots ya"..." Se end hori hogi tb last ki inner html ki jo length hogi for example 0 se 5 h length "xyz..." To zero index se 5 joki length h innerhtml usme se -3 ab uski length 0se 2 ho jaygi aur uske baad k elements slice kr diye jaynge
🎯 Key Takeaways for quick navigation:
00:00 🚀 *JavaScript Exercise Overview*
- The video introduces a JavaScript exercise solution and discusses upcoming shoutouts.
01:00 🎨 *Styling the Hacker Terminal*
- Setting background and text colors for the hacker terminal.
- Implementing a loop to display messages and applying random delays.
- Using JavaScript arrays and functions to build the hacker terminal.
02:00 💻 *Implementing Hacking Effects*
- Adding blinking dots effect using CSS classes.
- Exploring hacking fonts and adjusting font size for a terminal-like appearance.
03:00 🔧 *Customizing the Terminal Further*
- Importing and customizing fonts to enhance the hacking aesthetic.
- Tweaking font size and exploring additional styling options for authenticity.
04:00 🛠️ *Finalizing the Hacking Terminal*
- Incorporating blinking effect for three dots challenge.
- Creating a function to generate random delays.
- Setting timeout intervals for specific actions in the terminal.
05:25 🛠️ *Handling asynchronous JavaScript operations*
- Explanation of handling asynchronous JavaScript operations,
- Using setTimeout() to delay the execution of code,
- Demonstrating how to add an item to the document after waiting for a random delay.
06:31 🔄 *Implementing blinking effect using setInterval()*
- Demonstrating the implementation of a blinking effect using setInterval() method,
- Setting intervals for the blinking effect,
- Modifying the document dynamically to achieve the blinking effect.
07:25 🔧 *Refactoring code and solving issues*
- Refactoring code by encapsulating functionalities into separate functions,
- Identifying and addressing issues with asynchronous operations,
- Ensuring proper encapsulation and organization of code for better readability and maintenance.
09:48 🛠️ *Debugging JavaScript code*
- Debugging process in JavaScript,
- Identifying issues with interval timing,
- Adjusting interval timing for expected behavior.
11:22 🧰 *Troubleshooting JavaScript code*
- Fixing issues with element selection and manipulation,
- Using proper selectors and methods for targeted elements,
- Implementing correct syntax for accessing and modifying elements.
12:31 🔄 *Clearing intervals in JavaScript*
- Understanding the clearInterval function in JavaScript,
- Implementing clearInterval to stop interval execution,
- Proper usage of clearInterval within loops and functions.
13:11 🕰️ *Managing interval timing in JavaScript*
- Ensuring clearInterval is properly triggered after loop execution,
- Using clearInterval within loop structures to manage timing,
- Implementing interval clearing for better code organization and performance.
15:13 🔒 *Handling File Reading and Password Files*
- Handling file reading and password files in JavaScript.
16:23 📢 *Shoutouts to Course Participants*
- Recognizing and acknowledging participants who successfully solved the exercise.
17:17 🚀 *Transition to Advanced Projects*
- Moving on to more advanced projects and real-world applications in the course.
- Emphasizing the need for serious engagement with the course content.
Made with HARPA AI
The best thing about him is that he finishes what he starts
Not like some other people who just drop ongoing series just because less view
He makes quantity content with his whole heart and really cares about us and wants to teach as good skills ❤
Love your videos ❤😊
Last two days you have not posted any video of sigma web development course. I just though you have stop this series because of less views. Please don't stop. I am completed dependent on you
the less views are coming because of AI may be the AI provide all the code of perfect website
@@ViralStorm-S222😱😥
Same case I am too😢😢😢
bhai lya ker rahe ho ab
🎯 Key Takeaways for quick navigation:
00:00 *📝 Introduction to Exercise and Setting Up Environment*
- Providing an overview of the exercise related to creating a hacker's terminal simulator.
- Setting the background color of the terminal to green and displaying messages.
00:20 *💻 Writing JavaScript Functions for Terminal Simulation*
- Writing functions to set background colors and display messages on the terminal.
- Creating a loop to iterate through items and add them to the terminal.
- Implementing features such as blinking dots to enhance the terminal appearance.
01:29 *🔧 Styling and Customizing Terminal Appearance*
- Styling the terminal using CSS, including adding a custom font for a hacker-like appearance.
- Adjusting font size and other visual elements to enhance the hacking simulation experience.
02:51 *🛠️ Importing and Using Custom Fonts for Hacking Aesthetic*
- Importing custom fonts to achieve a hacking aesthetic in the terminal.
- Experimenting with font styles and sizes to find the most suitable appearance for the terminal.
03:59 *🔧 Generating Random Delays for Blinking Effect*
- Exploring how to create a blinking effect with three dots, presenting a coding challenge.
- Using JavaScript functions to generate random delays for the blinking effect.
- Implementing a function to return a promise with resolved or rejected states based on timeouts.
05:12 *🎨 Implementing Blinking Effect in the Document*
- Setting up a setInterval function to trigger blinking at regular intervals.
- Manipulating the DOM to append and remove blinking elements.
- Utilizing CSS selectors to target specific elements for appending and removing blinking effects.
06:31 *💡 Finalizing Document Manipulation and Blinking*
- Finalizing document manipulation by selecting the last child element.
- Refining code to ensure proper removal of existing elements before appending new ones.
- Completing the implementation of the blinking effect with JavaScript intervals and DOM manipulation.
07:37 *💻 JavaScript coding session*
- Demonstrating coding process in JavaScript,
- Identifying issues and debugging,
- Implementing functions within the main function.
08:37 *🛠️ Troubleshooting and refining code*
- Removing unnecessary code snippets,
- Refactoring and optimizing code for clarity and efficiency.
09:48 *🧠 Understanding setInterval function behavior*
- Exploring setInterval function behavior,
- Troubleshooting issues with setInterval and code execution timing,
- Analyzing code execution intervals and potential causes of unexpected behavior.
12:03 *🛠️ Documenting Elements in JavaScript*
- Exploring the process of documenting elements in JavaScript.
- Utilizing dot notation and `getElementByTagName` to select elements.
- Using the `last` keyword to access the last element in a collection.
13:23 *🔄 Clearing Interval in JavaScript*
- Demonstrating how to clear intervals in JavaScript.
- Implementing the `clearInterval` function within a loop.
- Ensuring intervals are cleared after loop completion.
14:17 *🧹 Cleaning Up JavaScript Code*
- Discussing the importance of cleaning up JavaScript code.
- Moving on to clearing passwords and personal files from a server.
- Ensuring code execution follows the intended sequence for effective cleanup.
15:13 *🔍 Reading and Solving Files in JavaScript*
- Demonstrating how to read files and solve file-related tasks in JavaScript.
- Highlighting the detection and resolution of password files.
- Recognizing different approaches to solving file-related issues.
15:54 *🛠️ Implementing JavaScript Functions*
- Exploring the implementation of JavaScript functions to solve blinking and repetitive tasks.
- Utilizing a resolve function and generating random numbers.
- Addressing repetitive tasks through efficient coding practices.
16:48 *🎉 Shoutouts and Appreciation*
- Acknowledging and appreciating individuals who successfully solved coding challenges.
- Extending shoutouts to participants who contributed to the coding community.
- Encouraging engagement and participation in upcoming projects.
Made with HARPA AI
harry bhai i was loosing hope that i keep sending solutions to exercises and never get shoutouts i even left watching this playlist for a while but i can't thank you enough for shoutout, your shoutout fills me and lots of other people with determination, now im determined to watch this playlist till the end! thanks so much harry bhai ❤❤
*Hey bro, been a longtime viewer! Never dropped a comment till now, but here's my first on RUclips. Could you consider doing a course covering the A to Z of WordPress, you know, from the basics to the cool stuff like theme and plugin development? Can't find a solid one anywhere, and I know you'd nail it. BTW, still going strong on your Sigma Web Dev course. Keep rocking, and looking forward to more awesome content! 🙌 Cheers, mate!"*
thanks you
Sir I am completely dependent on your course, please don't stop this course 😢😢 for less views 😢😢
We already know that You do Amazing things. Thanks for this course providing for free
❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤
Bhai aapse coding sekh kr lgta hai ke asan hai sab👍👍👍
Thanks bhaiya ........ap sachmain ek inspiration ho . Hamare liye ......Jo samzate hai ki consistency kya hota hai ......✨🤞
Harry bhai aapki Java ki Series zabardast h👌👌. Kafi helpful hai
Sigma Batch Op
Absolutely first
The bar has been raised!!
and im happy to put a smile on ur face it made my day❤❤❤❤
Tutorial - 81 Done ✅
#SigmaBatchOP #HarryBhai
Thank you ❤ Harry bhai for this amazing course
for understanding this is little hard
#StopVivekBindra ...
This course is really very helpful
Harry Bhai.
Sigma batch OP🎉❤
Thanks Bhaiya ❤❤
You are the best teacher for ever for my life❤
thanks u
# The Bar has been over raised bro!.... I have been watched every videos after callback twice...
Sigma Batch OP ❤
Sigma Batch OP Harry Sir
anyway thanks for all these courses .. bhai .. if i got succeded in my purpose . i will surely meet you for telling you one of your unknown student was able to do something coz of you and your marvellous free of cost education..
Harry bhai you are best
Wonderful sir
#sigmabatchop
I Love you Harry Bhai
You are my best teacher.
YES HARRY BRO BARS HAVE BEEN RAISED🙄🙄
thank you so much bhaiya :)
completed on 7/11/24
Really , the bar has been raised !!!!
Harry Bhai you are the Best and i hope this course will help me to get a good internship❤
#harrybhaiop #sigmabatch
thanks you
Bro the bar has been hoisted on top of burj khalifa. This is advanced stuff!
Inconsolata or monospace is also a good hacking font
#op harry bhai
FINALL WE CAN BE PRO IN THIS COURSE VERY SOON
i am supper excited
Thank you bahi for giving me shout out ❤❤❤❤❤ thank you very much for this course
bht zada hi badiya hogya hai ab toh level
#Javascript_OP...🔥
harry bro plz ek detailed course Machine learning pe bhi banao
thank you so much harry bhai ❣
Sigma Batch op
#SigmaBatchOp
#JavaScriptOp
❤❤
Now the real JavaScript are start
Harry bhai regular video upload kara karo nhi to josh kam ho jayega😢😢😢😢
Thank you bhaiya
thanks a lot!!!!
Sigma batch op harry bhai 🗿🗿🗿🗿🗿💥💥
hello bhai
Nice
I m also depending on this #sigmawebdevelopement series.
Harry bhai please DSA ke liya bhi ek course Lao na ya rodmap or direction ya kaha se kre please bta dijiyega please Harry bhai❤❤
Sir after this Playlist please create, web deployment with ai, time k sath hamy v update krwao
thanks you
Sigma batch op❤❤
Javascript op😊
harry bhai last = last[last.length -1] please explain
bhai pta chala???
@@JTNparody last.length - 1: This calculates the index of the last element in the collection. If there are 5 elements, last.length is 5, and last.length - 1 is 4.
last = last[last.length - 1]: This assigns the last element to the variable last. Now, last is no longer a collection of elements but a single element-the last one in the document.
Sigma batch OP
Javascript OP
Sir ji kya is playlist me react bhi karwai jayegi
# day7 started!
harry bhai blockchain ka courses nikal do bhai ... many of us wants it ..
#SIGMA_BATCH_OP❤
#JAVASCRIPT_OP❤
Lv u Harry bai form Karnataka
Harry bro you are add video daily....
Bro your more important then Elon Musk ❤❤❤😅
Thank you
you could have used clip path
#doubt
Bhai array se items randomly kaise select ho rahe hai?
Hum ne to time keliye random function likha hai na
Please explain harry bhai.
ruclips.net/video/jmaniHHrg-0/видео.htmlsi=Ar-YLtTh3t_3Tpl0
ye harry bhai ke js ke playlist ke vedio h isme same question solve karaya h unhone .
Isme sahi se solve h.
randomly na le is ke le ham iife ke ander simple for loop ka use karenge .
Doosra koi for loop ka type ni chalega or uske ander await lagana jaroori h.
(async ()=>{
for(i=0;i
o bhai code likhte time thoda samza do. I am a beginner level student. Kam se kam es per daya kr do. boss.Harry Bhai..Please❤❤❤❤
Sir mera system mingw c compiler internal or externally recognise nahi kar raha
Ap ka video bhi acche se dekhe tha fir bhi nahi ho raha
Plz help
Sigma harry bahi 🗿
Hii Harry bhai
Yo Yo Harry Bhai...
English subtitles are not coming
Harry bhai yeh excercise mujhse bilkul bhi nhi hua kuch smjh nhi aya kaise approach lu or yeh solution bhi thoda overwhelming laga. Kafi demotivated feel horaha hai sochraha hu agar ye small excercise khud se na hua toh aagey kaise karunga khudka kuch bhi. Any one has any suggestions then please shed it on me. Would love to hear from others aswell.
bro u got any solution then
Hello Sir, I am following your nextjs course, it's wonderful but your course is old now and some things just messed up. Please make a injust a course of NextJs Tutorial in this course only. Please sir. I beg you...
CwH is ❤
#javascriptop
#javascriptop
#javascriptop
#javascriptop
#doubt sir❤
Shoutouts..... means kya hota h😢
Sir , should I learn javaScript First and then watch follow this course or i can continue this without learning javaScript properly..............
by the way, i am currently doing java from your old java videos...
and it will complete soon it's freaking nice
Open with browser karti hu to waha Mera right click karu to console ka option nai show hora kya akru
ctrl + shift + c karen aajaega
* {
margin: 0;
padding: 0;
}
body {
background-color: black;
margin: 0px auto;
width: 100vw;
display: flex;
justify-content: center;
}
.container {
height: 100vh;
width: 80vw;
display: flex;
align-items: center;
justify-content: center;
}
.text-container {
display: flex;
font-size: 45px;
color: lime;
font-family: "Anonymous Pro", monospace;
font-weight: 700;
font-style: normal;
}
...
Javascript OP
#sigma batch op
bar has been raised
Gaon aur taw ki jameen aapke nam ❤😊
👍👍👍
harry bhai github code is not updated
😂😂 sir spotify ka clone pkda gyaa😂🤣😂 ek like to bnta h🤣🤣
sigma batch op
please ek c++ course with notes and new updates…
bhai source code ku nhi update kar rhe ?
Is this a MERN or MEAN
How many episodes are left in this course?
19
🔥🔥🔥🔥🔥
React kab karay gay ? Bhai 🙃
Harry bhai blockchain core developer or blockchain app developer course bana do bhai please
Thnks you all guys
10:34 One Doubt Bhaiya 😮😮
I didn't understand last.innerHTML=slice(0,last.innerHTML.length-3)
Bhaiya apne .length-3 kyu kya ?
Jab last ki inner html 3 dots ya"..." Se end hori hogi tb last ki inner html ki jo length hogi for example 0 se 5 h length "xyz..." To zero index se 5 joki length h innerhtml usme se -3 ab uski length 0se 2 ho jaygi aur uske baad k elements slice kr diye jaynge
the bar has been raised
Sir concept to clear hojate h
But unko projects me use kaise krna h ye nhi hota
same problem mere bhi hai, aapne kitna ker liya ab tak
❤❤
6:25