Math Functions |JavaScript Course | Logic First Tamil

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 พ.ย. 2024

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

  • @manikumar-vr3kp
    @manikumar-vr3kp ปีที่แล้ว

    recently found your channel
    its really really helpful

  • @Ananthasri-k2r
    @Ananthasri-k2r ปีที่แล้ว

    celsius to fahrenheit :

    function convert() {
    const celVal = Number(document.getElementById("input").value);
    const fehVal = celVal * (9 / 5) + 32;
    const result = document.getElementById("result");
    result.innerHTML = fehVal + " feh"
    }

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

    Medam vera level teaching.🙏🙏🙏🙏🙏

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

    Sooo use full ....post tha next vedio...mam..!

  • @ranjithkumar.9715
    @ranjithkumar.9715 ปีที่แล้ว +2

    Mam neenga aentha booku or website refer pannuvinga javascript learn panrathuku

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

    Practised ❤️..... waiting for next vedio...
    Sister if possible idiki Ella konju assignment questions kuda add panninga.

  • @antonydurai7
    @antonydurai7 8 หลายเดือนก่อน

    Thank you

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

    Hi ella case sensitive language layum enga upper case enga lower case nnu easy aa niyabagam vachikka shortcut ethum irukka
    Eg
    getElementByID ithula enga upper case nnu confusion aaguthu. Please oru suggestions thaanga

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

      simple. start with lowercase. uppercase for first letter of each subsequent words

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

      @@LogicFirstTamil thankyou your quick response.
      Math.round ku apdi set aagalaye

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

      @@VijayanS55 Math is object name which is separate. round is method name. u have view them separately

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

      @@LogicFirstTamil appo document object illaya

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

      @@VijayanS55 it is not a strict js object. dont think too much abt syntax. ide is there to help u

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

    thank you so much mam

  • @PUVIKANTHMBCAUG-BATCH
    @PUVIKANTHMBCAUG-BATCH ปีที่แล้ว +1

    Mam Dom concept full poodunga please🙏🙏🙏🙏

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

    Instead of using floor and adding 1 in random function, we can use ceil function. I have seen the same idea of yours in some other sources also. Do we have any merits of using floor rather than ceil madam?

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

      it works the same. But when you wanna extend that function to work between any min and max value, this version is easy to extend.

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

    Next video podunga akka

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

    now i got the answer

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

    next video ka🙏

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

    First