#23 - JavaScript Logical Operator - (தமிழில்) (Tamil) | JavaScript Course

Поділитися
Вставка
  • Опубліковано 28 січ 2025

КОМЕНТАРІ •

  • @rajalakshmir2360
    @rajalakshmir2360 3 роки тому +7

    Understood examples are perfect ..

  • @rajalakshmir2360
    @rajalakshmir2360 3 роки тому +8

    Seriously perfect... Its clear tried i got output for last 15 vdos..well job..thankyou so much anna..pls put more vdos about react js...

    • @CyberDudeNetworks
      @CyberDudeNetworks  3 роки тому +4

      Keep it up. Yes, for that, Javascript is mandatory. So will finish this first & lets move on to Angular, React & Vue

    • @rishurishad6745
      @rishurishad6745 2 роки тому

      @@CyberDudeNetworks Diy u

  • @Ak-bs6hn
    @Ak-bs6hn 3 роки тому +9

    your doing very very great job brother , i saw the udemy videos of java script but your explanation very clear bro, i think your vides is better than other youTupes for beginners....excellent explanation brother....

  • @habeeb-developer
    @habeeb-developer 10 місяців тому +1

    simple and clear understadable explanation... superb bo

  • @kumarsusi7079
    @kumarsusi7079 4 роки тому +5

    👌"Nice example && Nice teaching" 👌 connect to easy "Native language || English language"
    👌❗️Not low quality Video

  • @invideo1115
    @invideo1115 3 роки тому +1

    ஆனால் வேற லெவல் நீங்க....... 😍😍😍😍

  • @krcinemas9102
    @krcinemas9102 4 роки тому +2

    sir you are genius , what a teaching level !!!!!!!!!!!!!!!! wowwwww semmmmma

  • @immurad9621
    @immurad9621 3 роки тому +3

    Vera maaari vera maaari 😍😍😍😍😍

  • @shafee-e
    @shafee-e Рік тому +1

    Well explained :)

  • @jeevajeeva6176
    @jeevajeeva6176 3 роки тому +3

    Vs codeeditor useful packages and short codes pathi konjam detail aa podunga bro konjam easya irukum 😌

  • @sciencepasanga9632
    @sciencepasanga9632 4 роки тому +4

    Next javascript video pannuga anna...

  • @barathanbca9662
    @barathanbca9662 Рік тому

    react-native course you upload bro

  • @logi1712
    @logi1712 3 роки тому

    One doubt .ippo neega application status variable ku eligibleperson nu define panni irukinga appo console la application status call panna just application status la irukura value thaaney varum.neega sonna example ippo highincome satisfy aagidichi and cibilscore yum true then eligible person value true(using add operators).ippo manager loan ah approve pannala some backlogs irukurathunala appo application status ah call panna eligible person value true thaaney print aagum

    • @arulselvan7149
      @arulselvan7149 Рік тому

      Not operator use panni irukkanga parunga before eligible person so only namakku false show aguthu

  • @goldenmystries3692
    @goldenmystries3692 3 роки тому +1

    thanks anna

  • @boring_time12
    @boring_time12 2 роки тому

    Super bro

  • @ashok_R_Reacts
    @ashok_R_Reacts Рік тому

    Bro what if in logical AND both operands will be false?

  • @vivekmrv2014
    @vivekmrv2014 4 роки тому +3

    log la print pannrathukum browser la print pannrathukum ena anna vithiyasam??

    • @CyberDudeNetworks
      @CyberDudeNetworks  4 роки тому +1

      Namba logic check pananum, test pananum na, apo log la print pani check panikalam. Athuvae browser la users ku venum na, apo tha browser la write panuvom, athuku etha maari.

  • @monnamohamedrajasaleem6756
    @monnamohamedrajasaleem6756 Рік тому

    2:15 ithula
    false && false iruntha result true varum sonninga
    & next
    Company la hire panrangana
    Skil true & degree true na selected result true
    Skill false & degree false
    So not selected
    Result false thaana varanum
    Ithu konjam explain pls

    • @FELIXC-n5w
      @FELIXC-n5w Рік тому

      Yes you are correct.If both are false then output will be false.

  • @dhineshbabuk6146
    @dhineshbabuk6146 3 роки тому +1

    i try logical operator script. tell ur opinion
    let customer1Age = 17;
    let customer2Age = 23;
    let themeparkAge = 18;
    let d = customer1Age > themeparkAge && customer2Age > themeparkAge;
    if (d == true) {
    document.write("Family eligible to enter the park")
    }
    else {
    document.write("Family not eligible to enter the themepark")
    }

    • @rklimes701
      @rklimes701 3 роки тому +1

      2. OR(||) --- Family eligible to enter the themepark

    • @dhineshbabuk6146
      @dhineshbabuk6146 3 роки тому +1

      @@rklimes701 What?

    • @rklimes701
      @rklimes701 3 роки тому +1

      @@dhineshbabuk6146 it's mean and is true && true = true , or is true and false = true

    • @rklimes701
      @rklimes701 3 роки тому

      @@dhineshbabuk6146 reply me

    • @dhineshbabuk6146
      @dhineshbabuk6146 3 роки тому

      @@rklimes701 And(&&) operator condition satisfy both true.
      true + true = true
      true + false = false (if false it execute else part).
      Or(||) operator condition
      one condition satisfy it returns true

  • @hanlala2880
    @hanlala2880 Рік тому

    console.log('' || 0 || 'string');
    output:
    string
    bro i didn't understand this logic can you explain it

  • @kinthukinthu6328
    @kinthukinthu6328 3 роки тому +2

    bro logical and operator la false && false podaa false varuthu ??

    • @CyberDudeNetworks
      @CyberDudeNetworks  3 роки тому +3

      false and false is false logically.
      Only true && true == true

  • @aasaiaravind1545
    @aasaiaravind1545 3 роки тому +1

    Shall we use === instead of &&..?

    • @CyberDudeNetworks
      @CyberDudeNetworks  3 роки тому

      === is comparative operator, to check the value of both operands, we use it.
      && is Logical AND operator that will check if condition is true on operand a and b. (If any one of the operand condition fails, it return false.)
      Please check the video for more clearer explanation.

  • @rekhamonkey7407
    @rekhamonkey7407 Рік тому

    bro try panna vandhuchi ok . edha eppudi append pannuradhu display la show pannanum. .

  • @r.yagesh.r.y2816
    @r.yagesh.r.y2816 3 роки тому +1

    Bro oru doubt ungaluku matum antha + || ! Colors change aguthu Athu yepdi

  • @rajalakshmir2360
    @rajalakshmir2360 3 роки тому +2

    So logical operators only we have "and", " or", "not" crt?

  • @manikandanrudra9485
    @manikandanrudra9485 2 роки тому

    how i can open that console on visual studio code

  • @abinayat8919
    @abinayat8919 3 роки тому +3

    anna oru website la js epdi use panrathunu video poda matingla full vdo um ipdiye tha poguthu

    • @CyberDudeNetworks
      @CyberDudeNetworks  3 роки тому +2

      This course will have only the basics. Once we learnt the basics. we will build a brand new website with html, css & javascript.

    • @CyberDudeNetworks
      @CyberDudeNetworks  3 роки тому +1

      Athuku munadi, you learn the javascript basics.

    • @abinayat8919
      @abinayat8919 3 роки тому +3

      @@CyberDudeNetworks ok anna atha tha ketten. basics ok but website create pannumbothu epdi,enga use pannanumnu theriyanumla adhuku vdo poduvinglanu ketten

    • @CyberDudeNetworks
      @CyberDudeNetworks  3 роки тому +2

      @@abinayat8919 Yea yea. Athuku oru series ah video poduvom. Beginner friendly tha. SO don't worry about it. We will teach everything from scratch from a beginner point of view.

  • @viratvasanth7121
    @viratvasanth7121 Рік тому +1

    And la false falsenu iruntha falsenu varuthu bro.....why...??

  • @134-ragul2
    @134-ragul2 2 роки тому

    Bro in or operator (true //true ) .. Iruntha ena vrum

  • @FELIXC-n5w
    @FELIXC-n5w Рік тому

    2:16 - console.log(false && false ); will return false. not true.

  • @MuthuKumar-yy2hb
    @MuthuKumar-yy2hb 2 роки тому

    bro neenga engineering student ah

  • @balakumargs
    @balakumargs Рік тому

    Eligible spelling again wrong bro