#16 While loop in JavaScript

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 พ.ค. 2021
  • 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
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 85

  • @batambuzestephen8243
    @batambuzestephen8243 6 หลายเดือนก่อน +3

    @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.

  • @macoder
    @macoder ปีที่แล้ว

    Best Teacher of JAVASCRIPT i have ever experience

  • @manasehnjoroge3204
    @manasehnjoroge3204 ปีที่แล้ว

    Great stuff here and nice starting beats

  • @vijaybamanagari4832
    @vijaybamanagari4832 ปีที่แล้ว

    Hi sir(annaya)
    these tutorial videos are very helpfulto learn jscoding rapidly

  • @yellayiaruna6170
    @yellayiaruna6170 3 ปีที่แล้ว +3

    @7.23 mins
    After written the following code
    let i = 1
    while(i

  • @Code-prince
    @Code-prince 5 หลายเดือนก่อน +1

    It will be equal to 6, because the loop stop at 6 so as the increament too

  • @AshishKumar-pq6pr
    @AshishKumar-pq6pr 3 ปีที่แล้ว +1

    Sirjii nice lecture......love ya😘😘

  • @user-jq8fv1kp2k
    @user-jq8fv1kp2k ปีที่แล้ว

    perfectly explained
    its easy to understand

  • @mohpreccyy1589
    @mohpreccyy1589 ปีที่แล้ว +4

    this man is an incredible teacher 👏👏

  • @funnymyanmar5021
    @funnymyanmar5021 2 ปีที่แล้ว

    thank you so much.love from Myanmar

  • @ravisunariya1754
    @ravisunariya1754 3 ปีที่แล้ว +2

    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.....

  • @sahul._
    @sahul._ 3 ปีที่แล้ว +2

    Great sir...

  • @subhrajitjana736
    @subhrajitjana736 2 ปีที่แล้ว +2

    7.30 - value of i will be 6. First I thought to be 1 only, but ran in terminal, got 6

  • @dravikrish7323
    @dravikrish7323 3 ปีที่แล้ว

    Super ga cheparu sir👏

  • @maheshappikatla8848
    @maheshappikatla8848 ปีที่แล้ว +1

    if you try to do this :
    i=1
    while(i

  • @kagowanqobile1926
    @kagowanqobile1926 2 ปีที่แล้ว

    this was well explained ppl make it complicated

  • @SWT-Sathya
    @SWT-Sathya 3 ปีที่แล้ว +1

    Hi bro... Your videos is very nice... Keep it...

  • @thegreywalker
    @thegreywalker 3 ปีที่แล้ว +1

    Series is great Can you lease make a Series on DevOps like Azure and DigitalOcean and Concepts like CI/CD. Please Sir request ......

  • @bhavaniprasad2707
    @bhavaniprasad2707 3 ปีที่แล้ว +2

    We are missing ur josh like in python videos
    "Hello aliens"

  • @TimeIsGreaterThanMoney
    @TimeIsGreaterThanMoney 3 ปีที่แล้ว +1

    At 1.08 you explained about loop! example u said every day you take the bath!! But its wrong for me LOL

  • @patelronak153
    @patelronak153 3 ปีที่แล้ว

    Great sir....✨

  • @Jacob_EstateAgent
    @Jacob_EstateAgent 2 ปีที่แล้ว +2

    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

  • @naveenterrific4724
    @naveenterrific4724 2 ปีที่แล้ว +2

    let x = "really"
    let y = "thankfull to Naveen reddy"
    let print = x + y;
    console.log(print)

  • @reenayadav8468
    @reenayadav8468 3 ปีที่แล้ว

    Thanks a lot sir 🤩

  • @alwysrite
    @alwysrite 3 ปีที่แล้ว +2

    nice explanations, nice & slow for a beginner : )

  • @chetanprajapati45
    @chetanprajapati45 3 ปีที่แล้ว

    Hello Sir,
    please make a tutorial on falcon framework....

  • @sanathrayala2745
    @sanathrayala2745 3 ปีที่แล้ว

    Sir u used let
    What is difference between var and let

  • @sanskarkeshri6852
    @sanskarkeshri6852 3 ปีที่แล้ว +1

    5:10 post Increment Operator
    7:24 "i" value will be 5

  • @shirkhanaslanzade1850
    @shirkhanaslanzade1850 2 ปีที่แล้ว

    thank you very much

  • @KavyaDM-yj6vu
    @KavyaDM-yj6vu 3 หลายเดือนก่อน

    As we know the limitation like 5 times , we can use for loop right? Am I right in this case?

  • @rupakrabha-2179
    @rupakrabha-2179 2 ปีที่แล้ว

    what will it be if
    let i =100;
    while(i=0){
    console.log(hi)
    i--
    }

  • @babayaga6172
    @babayaga6172 3 ปีที่แล้ว +1

    7:26 i value is 6

  • @sidrhat1616
    @sidrhat1616 3 ปีที่แล้ว +1

    do-While loop 10:00

  • @vishalkhade5291
    @vishalkhade5291 3 ปีที่แล้ว +1

    Need an example where we can take value from user as input in switch case @Telusko.
    Thanks for the courses.

    • @HarishKumar-zf8cg
      @HarishKumar-zf8cg ปีที่แล้ว +1

      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.

  • @minecraft_player4074
    @minecraft_player4074 3 ปีที่แล้ว

    5:10 Post increment operator sir

  • @ankitkanoujiya627
    @ankitkanoujiya627 ปีที่แล้ว

    7:31
    value of i will be 6.

  • @rohitpaul6965
    @rohitpaul6965 ปีที่แล้ว

    i tried the following code:
    let i=1;
    while(i

    • @saikaarthikpoppoppu6606
      @saikaarthikpoppoppu6606 5 หลายเดือนก่อน

      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

  • @AbhishekRana-nw6nh
    @AbhishekRana-nw6nh 3 ปีที่แล้ว

    Sir aap aage ki play list kyo nahi daal re hi

  • @barbarasanchezvasquez2242
    @barbarasanchezvasquez2242 2 ปีที่แล้ว

    Thanks.

  • @DeepakGupta-hj2dv
    @DeepakGupta-hj2dv 3 ปีที่แล้ว

    Sir please make on video event loop

  • @vishnuchini5605
    @vishnuchini5605 3 ปีที่แล้ว

    7:25 --- i value is 1

  • @rifakathusain4459
    @rifakathusain4459 2 ปีที่แล้ว +1

    Sir, what if we don't apply i++?

  • @dineshguptha5975
    @dineshguptha5975 3 ปีที่แล้ว

    missed seeing the Udemy course post...my bad luck....is t possible that we will get one more chance?

  • @abdulcaderhamdhan9782
    @abdulcaderhamdhan9782 2 ปีที่แล้ว

    5:12
    post increment

  • @sirojohnodilla9990
    @sirojohnodilla9990 ปีที่แล้ว

    @7:33 The answer of i is 5

  • @RandomPKVid
    @RandomPKVid 2 ปีที่แล้ว

    7:33 answer is value of i =2

  • @Akramkhan-br1rt
    @Akramkhan-br1rt 2 ปีที่แล้ว

    7:37[i=6]

  • @surendramanda35
    @surendramanda35 ปีที่แล้ว

    Post increment

  • @ankitkanoujiya627
    @ankitkanoujiya627 ปีที่แล้ว

    post-increment

  • @coolgirlsharu
    @coolgirlsharu 3 ปีที่แล้ว

    There is no foreach loop in Javascript?

    • @sahul._
      @sahul._ 3 ปีที่แล้ว

      No it has

  • @keshavyadav
    @keshavyadav 3 ปีที่แล้ว

    It's been 4 days, and no new video uploaded yet 🙄🙄 🙏

  • @gopalakrishnapuvvada7736
    @gopalakrishnapuvvada7736 ปีที่แล้ว

    post increment

  • @yewinnaing9826
    @yewinnaing9826 ปีที่แล้ว

    Post Increment

  • @vishnuchini5605
    @vishnuchini5605 3 ปีที่แล้ว

    i value is 6 ---- 7:25

  • @Ava-23
    @Ava-23 ปีที่แล้ว

    why didn't you talk about DOM

  • @rifakathusain4459
    @rifakathusain4459 2 ปีที่แล้ว

    07:27 ans-6

  • @movielover9224
    @movielover9224 3 ปีที่แล้ว +2

    sir please sort video in biggner roadmap in coding

  • @martinintilt1783
    @martinintilt1783 10 หลายเดือนก่อน

    7:29 Why am I getting 6 now 🤷‍♂🤷‍♂😢😢😢😢😢😢😢😢

  • @ssaiprathap5a317
    @ssaiprathap5a317 2 ปีที่แล้ว

    I value is 6 sir

  • @parassetia4964
    @parassetia4964 2 ปีที่แล้ว

    00:07:38 i =6

  • @tgnsparvathi4774
    @tgnsparvathi4774 2 ปีที่แล้ว

    at 7:28 i = 5

  • @lionentertainment7546
    @lionentertainment7546 2 ปีที่แล้ว

    ''HI'' print 5 times

  • @tushardasare8961
    @tushardasare8961 3 ปีที่แล้ว

    I think you forget the word 'twice' 😅😅😅 (at 2:59)

  • @tushardasare8961
    @tushardasare8961 3 ปีที่แล้ว

    (7:32)
    i = 6

  • @diwashthapa3213
    @diwashthapa3213 ปีที่แล้ว

    wtf is aliens is takleyy ?

  • @mdinamulhasan1981
    @mdinamulhasan1981 3 ปีที่แล้ว

    done

  • @vishnuchini5605
    @vishnuchini5605 3 ปีที่แล้ว

    post increament

  • @skamadulrahaman6623
    @skamadulrahaman6623 3 หลายเดือนก่อน

    I=6

  • @shreehari2589
    @shreehari2589 3 ปีที่แล้ว +2

    Sir can you upload the same course on Udemy for free, i need a certificate to show that i have learnt javascript.

    • @tomasmatusek6292
      @tomasmatusek6292 3 ปีที่แล้ว

      bro for job u neednt certification, u need skill bro

  • @e.cjeyaruban4753
    @e.cjeyaruban4753 3 ปีที่แล้ว

    5

  • @jokergaming1501
    @jokergaming1501 3 ปีที่แล้ว

    6

  • @movielover9224
    @movielover9224 3 ปีที่แล้ว +1

    first me

  • @helpmebro1706
    @helpmebro1706 3 ปีที่แล้ว

    1

  • @glenfernandes898
    @glenfernandes898 2 ปีที่แล้ว

    5

  • @skamadulrahaman6623
    @skamadulrahaman6623 3 หลายเดือนก่อน

    6