Age Calculator | Javascript Project With Source Code

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ม.ค. 2025

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

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

    One of best channel because he provide free code for us

  • @Tohirjon-Odilov
    @Tohirjon-Odilov 3 ปีที่แล้ว

    Juda ham foydali ekan Thank you for project

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

    That's so helpful... Thank you so much❤

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

    what is the purpose of month array? how its work? why we want this?

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

    Much thanks for the help.
    But why you did this " months[currentMonths - 2] "
    Shouldn't it be " -1 " ?
    Thanks again.

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

      Its accessing the array months which starts from index 0, hence to accomodate that it is - 2 (since we added a +1 in the currentMonth variable)

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

    God bless you. But could you possibly add in an option where it shows the hours and minutes?

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

    It was very nice I like it. thanks

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

    Helpful ❤️

  • @Tohirjon-Odilov
    @Tohirjon-Odilov 3 ปีที่แล้ว

    Awesome

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

    when you are fill the form (first name, last name and date of birth) , when you are click on the submit button , it will shows the popup in that popup, Hello Mr. XYZ you are 20 years old. how to get this output.

  • @DeepakSingh-hb3fx
    @DeepakSingh-hb3fx ปีที่แล้ว

    How to Add WordPress Website

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

    hey please fixed this issue if you put date of birth 19 Aug 1995 the day result show nan

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

      Works for the given date. Please check your code.

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

    Please send link of age calculator source code link

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

      Please use the search bar on the website to find the source code.

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

    😍😍😍

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

    What if current month is 1.
    months[-1] is of no meaning lol.

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

      You are calculating it wrong. It works perfectly fine for all dates

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

    your code is not working for 12th month why

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

      It works for the 12th month. You can download the source code from my website to verify.

    • @BASITALIBHATTI-z1r
      @BASITALIBHATTI-z1r 11 หลายเดือนก่อน

      apna code check kiya kro teacher ka code ghalat nhi hota agr hota ha tu copy q krty ho @@CodingArtist

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

    For more release you disappeared !!!

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

    main.html:49 Uncaught TypeError: document.getElementByID is not a function
    at ageCalculate
    at HTMLButtonElement.onclick
    Whats the error

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

      It should be document.getElementById(). Check the spelling.

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

      JavaScript is case sensitive
      getElementById is in camel-case
      ‘Was that you’ in camel case is ‘wasThatYou’
      Join words, remove punctuations, keep the first letter uppercase of all words except the first letter
      Thank you very much