For loop in javascript

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • Welcome to a youtube channel dedicated to programming and coding related tutorials. We talk about tech, write code, discuss about cloud and devops. That’s what we do all day, all year. We roll out a lot of series and videos on our channel.
    All the learning resources such as code files, documentations, articles and community discussions are available on our website:
    chaicode.com/
    You can find our discord link, github link etc on the above website.
    Twitter/X link: x.com/hiteshdo...
    Discord link: hitesh.ai/discord
    Learn React with 10 projects: • Let's learn react from...
    Learn Docker: • A practical guide on D...
    Learn Kubernetes: • Complete Kubernetes Co...
    How does a browser works: • How does a browser wor...
    How nodejs works: • How node JS works | En...
    Learn Redux-toolkit: • Learn Redux Toolkit in...
    Learn NextJS: • Nextjs Full stack course
    Learn Typescript: • Why to learn Typescript
    Learn Javascript: • Welcome to new JavaScr...
    Learn React Native: • React Native Mastery: ...
    Learn Zustand: • React state management...
    Learn Golang: • How to get started wit...

Комментарии • 68

  • @thomaswallner6659
    @thomaswallner6659 4 года назад

    Hey Hitesh, you are a really good teacher. In parallel, I'm learning javascript on Codecademy, but your systematic way of teaching javascript is way better! It shows that having a human presence and someone who really cares about teaching is invaluable. Thanks so much.

  • @ashkingop24
    @ashkingop24 5 лет назад +2

    Hey Sir, Its Ayush here! I am in love with your javascript course & glad that this is a free course .I am using Decoder App which is available for android as i dont have a computer till date .I am facing a problem that when i use the string function lenght it says undefined but we are actually the defining the array at the top.
    Please help me if you can find a solution to this❤️

  • @danishjamal104
    @danishjamal104 6 лет назад +3

    Waiting fron morning .. Finally its here😀👍🏻

  • @zzr4579
    @zzr4579 Год назад

    i m loving the way u explained its the same i learned c++ .

  • @Bajrang.707
    @Bajrang.707 5 лет назад +2

    Love the way of your talking and teaching
    Thanks you so much :)

  • @davidsiwakoti3176
    @davidsiwakoti3176 4 года назад +1

    let numbers = [1,2,3,4,5,6,7,8,9,10]
    for (nums = 0; nums < numbers.length; nums++){
    console.log(numbers[nums])

  • @suresh7965
    @suresh7965 6 лет назад +3

    Completed all the javascript videos till date awesome explanation sir

  • @mohitvaishnav7283
    @mohitvaishnav7283 6 лет назад

    from your teaching I have found my love for javascript 😍 😍
    missed you so much yesterday

  • @rajmaidu5157
    @rajmaidu5157 6 лет назад +6

    really I admire ur teaching skills bro!! 👍

  • @raghavjha8996
    @raghavjha8996 6 лет назад

    Always waiting for your next Videos. Love to watch them. Please keep teaching us sir. Thanks.

  • @anaghpandey8805
    @anaghpandey8805 4 года назад

    Thanks man. It was extremely helpful. I really needed to know the flow of the processing of instructions and you explained that very lucidly.

  • @VinothKumar5403
    @VinothKumar5403 6 лет назад +1

    Thanks a lot for all your tutorials.please make videos for multi dimensional array(for loop inside for loop).

  • @skillfulactor09
    @skillfulactor09 6 лет назад

    wow your a world class teacher coder developer engineer wow your so so amazing wowow how are you such a genius you explain stuff so easily and I understand it wow thank God for you

  • @Somsubhra_Das
    @Somsubhra_Das 6 лет назад +1

    Sir you didn't upload the for each loop tutorial. Well I did my research my figured it out. 🙂🙂

  • @dhananjaychoudhary2110
    @dhananjaychoudhary2110 6 лет назад

    Finally sir you are back.

  • @avisheksinha4264
    @avisheksinha4264 6 лет назад +2

    Thanks for this course sir..Really you are great..The style of your explanation is really awesome sir 😊😊😊❤️❤️

  • @faraskapython2510
    @faraskapython2510 5 лет назад

    Good teacher
    I'm student for this course
    I liked him

  • @link-uv9kd
    @link-uv9kd 3 года назад

    hello, the for loop tutorial is totally missing and that makes it really complicated to follow the course.
    could it be that you uploaded it but forgot to put it on the playlist?

  • @NoGoodHandlesComingToMind
    @NoGoodHandlesComingToMind 4 года назад

    Good video series!

  • @johng5295
    @johng5295 5 лет назад

    Thanks in a million. Great stuff on earth!

  • @dharmikshah7317
    @dharmikshah7317 4 года назад

    Hello, I think, it's not the right flow which you are explained in for loop.
    I mean, If under the for loop the 2nd statement is true then it's swift to the 3rd statement before the block code and increases its value by 1.
    Then it's come back into a loop in 2nd statement because the 1st statement has no conditions, in 2nd when it's true at the previous time it's come back for the make it ends of loop.
    It will work continuously the same until it's (2nd statement) turn as false.

  • @ayansahana4033
    @ayansahana4033 4 года назад

    what extensions you are using for those tips popping up when you hover to the functions or variables?

  • @yashshende2786
    @yashshende2786 6 лет назад +5

    Sir for each loop tutorial is missing 😧 please upload it

  • @battlefist6884
    @battlefist6884 4 года назад

    sir ,const element can't changed right , then how can u changing it every time inside the for loop at 5:28

  • @gauravrai8377
    @gauravrai8377 5 лет назад

    Truely Amazing n Admirable,
    Hats off to u teaching style Sir. .
    It's justtt oswm. . .
    Best Series ever watched till date. ..

    • @gauravrai8377
      @gauravrai8377 5 лет назад

      And ur line. . .
      Wow error. .
      Errors are good in programming. .👌👌😅

  • @ranjanbastia9706
    @ranjanbastia9706 4 года назад

    hello sir,
    I have a doubt, is we declare Days variable, the way again we declare index variable. am new to code so please let me clarify.
    please step by step make me understand, please

  • @entertainclips6006
    @entertainclips6006 5 лет назад +1

    At 12th line we are declaring CONST ELEMENT, const data type means the value is constant throughout the program or block, isn't it? but how Tue, Web_ _ _ _ Sun is assign to it. No, error pop up why??

    • @YoYo-eg6rc
      @YoYo-eg6rc 5 лет назад

      Same question

    • @sanjaysingh-vp4bx
      @sanjaysingh-vp4bx 5 лет назад

      reference is a constant not assigned object. for ex const a=2; now it can not be changed as primitive type but if it is a object type,u can change the properties of object.

  • @dansenno1054
    @dansenno1054 4 года назад

    where's the video for the first trello? couldn't find it

  • @mwalimu_sam
    @mwalimu_sam 4 года назад

    Please number the videos for systematic following of the series sir (JavaScript)

  • @devnathjaiswal120
    @devnathjaiswal120 6 лет назад

    Sir, ForEach loop one is Not there in the series !!

  • @keanuhowe5017
    @keanuhowe5017 5 лет назад

    how did we end up at trello??? did you skip a video or something????

  • @priyanth123mohan
    @priyanth123mohan 6 лет назад +1

    I mean const value is fixed

  • @kodeSchool
    @kodeSchool 5 лет назад

    sir, we make element as constant then how it change after every iteration

  • @abdelnignan6368
    @abdelnignan6368 5 лет назад +2

    foreach loop is missing

  • @user-zn3wm7pb3w
    @user-zn3wm7pb3w 5 лет назад

    pretty sure .length starts at 0 not 1 so there are 7 not 6

  • @ashikurrahman5165
    @ashikurrahman5165 4 года назад

    thanks

  • @rishiekhurana
    @rishiekhurana 4 года назад

    I am learning to code and wrote something....a part of it is below and seems to be giving some error which I am not able to find. Can someone help me find error in the code below:
    function createPerson(){
    var person = new Object();
    person.name = "Rohit";
    person.age = 37;
    person.designation = "Manager";
    return person;
    }
    Var rohit = createPerson();

  • @priyanth123mohan
    @priyanth123mohan 6 лет назад +1

    Hi Hitesh how can we change const value?

    • @JavascriptByKumar
      @JavascriptByKumar 5 лет назад

      you cant

    • @user-wb5ox7nw2u
      @user-wb5ox7nw2u 5 лет назад

      if u run the code like as below you get an error
      a=[1,2,3,4,5,6,7,8,9]
      b=[" i hate programming"]
      for(let i=0;i

  • @umangbhatt4599
    @umangbhatt4599 5 лет назад

    How is the const element defined a new value again and again for each for loop run? I mean constant is a globa variable .

    • @user-wb5ox7nw2u
      @user-wb5ox7nw2u 5 лет назад

      if u run the code like as below you get an error
      a=[1,2,3,4,5,6,7,8,9]
      b=[" i hate programming"]
      for(let i=0;i

  • @raviparmar6682
    @raviparmar6682 6 лет назад

    we cant declare constant again and again , so why we declare const in for loop? it will declare again and again but const is declare once.

    • @kamleshpandey8686
      @kamleshpandey8686 6 лет назад

      Ravi Parmar dude the days cannot be changed , bt u can use const for another other purpose .

  • @pritampal1
    @pritampal1 6 лет назад

    wohoooo I am here

  • @lavenderdiaries6962
    @lavenderdiaries6962 3 года назад

    For ( let Index = days.length - 1 ; index >= 0 ; index-- ){ console.log( days[index]) ; }

  • @bhanurulz
    @bhanurulz 6 лет назад

    How does the Syntax 'for' loop appeared using keyboard shortcuts? Anyone knows? I am using Windows

  • @sundark1330
    @sundark1330 6 лет назад

    Complete this course it will help for all programs development it is feature

    • @HiteshCodeLab
      @HiteshCodeLab  6 лет назад +1

      It will help me too, if you will share these videos on your social accounts :)

    • @sundark1330
      @sundark1330 6 лет назад

      I will do my best sir your explanation and teaching is good

  • @arajalamahesh3
    @arajalamahesh3 5 лет назад

    how to break in the middle of it

  • @shalumurali9815
    @shalumurali9815 6 лет назад

    Is it possible to change const variable?

    • @kamleshpandey8686
      @kamleshpandey8686 6 лет назад

      Shalu Murali how much I came to know u cannot change the const once assigned something in it , bt u can change the assigned values in var .

  • @umairali2360
    @umairali2360 4 года назад

    very informative but - - loop confused me

  • @juliouskaiser1869
    @juliouskaiser1869 4 года назад

    8:15

  • @NITISHKUMAR-yz6re
    @NITISHKUMAR-yz6re 6 лет назад

    waited for long period...

    • @RockDavid
      @RockDavid 5 лет назад

      most girls can't wait for the long period to end..odd

  • @TechMasterNazmul
    @TechMasterNazmul 5 лет назад +2

    How many people here Non-English.. I mean English is not your native language??? #Experiment //like plz

  • @juliouskaiser1869
    @juliouskaiser1869 4 года назад

    8:16