#16 While loop in JavaScript
HTML-код
- Опубликовано: 24 ноя 2024
- Instagram : / navinreddyofficial
Linkedin : / navinreddy20
Discord : / discord
More Learning :
Java - bit.ly/3xleOA2
Python :- bit.ly/3H0DYHx
Django :- bit.ly/3awMaD8
Spring Boot :- bit.ly/3aucCgB
Spring Framework :- bit.ly/3GRfxwe
Servlet & JSP :- bit.ly/3mh5CGz
Hibernate Tutorial :- bit.ly/3NWAKah
Rest API | Web Service Tutorial :- bit.ly/38RJCiy
Git :- bit.ly/3NUHB3V
JavaScript :- bit.ly/3mkcFys
Kotlin :- bit.ly/3GR2DOG
@7:28 The value of i, while iteration is stopped, will equal 6 in the console. Because the iteration stops when i=6 or else it would have continued.
@7.23 mins
After written the following code
let i = 1
while(i
yeah!!!
It will be equal to 6, because the loop stop at 6 so as the increament too
Best Teacher of JAVASCRIPT i have ever experience
let x = "really"
let y = "thankfull to Naveen reddy"
let print = x + y;
console.log(print)
let print = x + " " + y;
:)
this man is an incredible teacher 👏👏
7.30 - value of i will be 6. First I thought to be 1 only, but ran in terminal, got 6
5:10 post Increment Operator
7:24 "i" value will be 5
No bro 'i' value becomes 6.
At 1.08 you explained about loop! example u said every day you take the bath!! But its wrong for me LOL
Hi sir(annaya)
these tutorial videos are very helpfulto learn jscoding rapidly
if you try to do this :
i=1
while(i
am i the only guy here who guessed i=1 , lol , Thanks bro youre doin a great job , Long live Telusko , happy that you represent Andhra
Great stuff here and nice starting beats
this was well explained ppl make it complicated
perfectly explained
its easy to understand
thank you so much.love from Myanmar
Sirjii nice lecture......love ya😘😘
We are missing ur josh like in python videos
"Hello aliens"
Hi bro .......am using macbook pro M1.........having one issue ..when using left swift key ....it minimise to desktop...i am tired of this and i want to stop this minimisation of any programme while pressing left swift key.......plz provide me a soln...... i tried so much but didnot found anything useful.....
Hi bro... Your videos is very nice... Keep it...
Sir u used let
What is difference between var and let
Series is great Can you lease make a Series on DevOps like Azure and DigitalOcean and Concepts like CI/CD. Please Sir request ......
Great sir...
do-While loop 10:00
Need an example where we can take value from user as input in switch case @Telusko.
Thanks for the courses.
HOPE THIS HELPS
In vs code you must write this in terminal and press enter:
npm install prompt-sync
Then after installation you write this while using prompt() function in your code
ex to show you:
const prompt=require("prompt-sync")({sigint:true}); //THIS LINE IS COMPULSORY TO USE prompt(), this is old method.
let a = prompt("What is your age?")
a = Number.parseInt(a)
(or)
import createPrompt from 'prompt-sync';
const prompt = createPrompt(); // THIS IS NEW WAY, YOU CAN USE THIS LINE INSTEAD OF ABOVE LINE TOO.
Hello Sir,
please make a tutorial on falcon framework....
Super ga cheparu sir👏
7:26 i value is 6
nice explanations, nice & slow for a beginner : )
7:33 answer is value of i =2
i=6
As we know the limitation like 5 times , we can use for loop right? Am I right in this case?
Sir, what if we don't apply i++?
Bro your machine can hang...
5:10 Post increment operator sir
missed seeing the Udemy course post...my bad luck....is t possible that we will get one more chance?
sir please sort video in biggner roadmap in coding
It's already in that order only
what will it be if
let i =100;
while(i=0){
console.log(hi)
i--
}
Great sir....✨
@7:33 The answer of i is 5
7:25 --- i value is 1
7:31
value of i will be 6.
why didn't you talk about DOM
5:12
post increment
Sir aap aage ki play list kyo nahi daal re hi
There is no foreach loop in Javascript?
No it has
i tried the following code:
let i=1;
while(i
you type "console.log(i);" so you get 3 in the end, you type i++ in the top of console.log("hi",I) so i++ executes first than console.log("hi",I) so it starts from 2
thank you very much
Sir please make on video event loop
Thanks a lot sir 🤩
i value is 6 ---- 7:25
It's been 4 days, and no new video uploaded yet 🙄🙄 🙏
I think you forget the word 'twice' 😅😅😅 (at 2:59)
post-increment
Post increment
Thanks.
07:27 ans-6
Post Increment
post increment
7:37[i=6]
I value is 6 sir
00:07:38 i =6
at 7:28 i = 5
wtf is aliens is takleyy ?
Sir can you upload the same course on Udemy for free, i need a certificate to show that i have learnt javascript.
bro for job u neednt certification, u need skill bro
7:29 Why am I getting 6 now 🤷♂🤷♂😢😢😢😢😢😢😢😢
(7:32)
i = 6
''HI'' print 5 times
post increament
I=6
done
1
first me
5
6
6
5