#11 Logical Operators in JavaScript

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

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

  • @saminenichandana5707
    @saminenichandana5707 3 года назад +2

    I'm following your lectures Thank you sir
    When this playlist gonna end??

  • @tpadma7419
    @tpadma7419 2 года назад

    superb teaching...................blessed to have you............God bless you

  • @happysoul41545
    @happysoul41545 3 месяца назад

    The camera phone analogy is good..I had to byheart all the truth tables in plus one for learning python.

  • @maheswarreddy2708
    @maheswarreddy2708 3 года назад +2

    Hi sir, Thank u for giving the sessions and what about remaining topics of Java

  • @bupendra
    @bupendra 3 года назад +2

    Ur way of lecture is awesome sir.....! 💙💙

  • @creativity_for_kahnaji_manisha
    @creativity_for_kahnaji_manisha 3 года назад +3

    Hello sir.... I just wanted to ask that is it okay to learn java and python at the same time because currently I'm learning python from your python full course playlist.... And the reason I m learning is just I'm waiting for my tenth results also I love coding and interested to make future in this aliens world 🙂🙃🙂💜

    • @ganeshgani1822
      @ganeshgani1822 3 года назад +1

      Learn one of those languages completely and once u got to know how it works try to create small projects. Then u can learn another language

    • @creativity_for_kahnaji_manisha
      @creativity_for_kahnaji_manisha 3 года назад +4

      @@ganeshgani1822 thanks for your guidance 🙂

  • @TomDoesTech
    @TomDoesTech 3 года назад +1

    Nice and clear explanation, awesome work!

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

    Can we declare different type of variables in single row i.e., let num=2, word = "abc", bool = true

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

    Outstanding teaching Naveen sir.

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

    nice example sir of camera and mobile

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

    I love your teacher videos. What is your linkedin and github?

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

    Hello sir , I am big fan of your teaching . Can we have one video about app development ..!!

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

    Sir it would really be halpful if u start a tutorial on Data science

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

    Very nice explanation with examples! Thanks a looooooot!!!!

  • @arjunasrikanth9988
    @arjunasrikanth9988 2 года назад

    I have a doubt is this tutorial is node.js are javascript coz I have seen two types of videos in your channel can u pls tell me??

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

    Hi Naveen,
    The logical operation that you have explained was nice
    But I did the logical operation on string for example
    let x = "7"
    let y = "8"
    let z = "10"
    let result = x < y && x < z
    let result1 = x < y || x < z
    console.log(result)------>Output is false
    console.log(result1)-----> Output is true
    Could you please explain how logical operation works on string values??
    Thanks in advance :-)

    • @CodM39
      @CodM39 2 года назад

      I'm getting both true as o/p

    • @teluskosupport1
      @teluskosupport1 Год назад +1

      let x1 = "7";
      let y1 = "8";
      let z1 = "10";
      let result = (x1 < y1 )&& (x1 < z1); //true && false is false
      let result1 = x1 < y1 || x1 < z1;
      console.log();
      console.log((x1 < y1 )); //true
      console.log((x1 < z1)); //false //charcter wise compression between '7' and '1' since charcter 7 is greate than charcter 1
      console.log((x1 < y1 )&& (x1 < z1));
      console.log(result);
      console.log(result1);

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

    Could you please make a video on microservice..

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

    i have a NodeJs + Express website/app. Now i wanna deploy it for everyone to use. I tried AWS EC2 and elastic beanstalk but my REST APIs were not working. I have contact forms for people to fill, dynamic stuff like that. How do I get everything to work? Where should I host my website? Please help me 😭

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

    Hello, How can i run scala with spring boot? To run spring boot application we should do Run as -> spring boot aplication. But when i am adding scala nature and converted main to scala code i am not able to run like before. Run as -> scala aplication is also not visible. Could you please help me with this

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

    Sir do you have any Udemy courses ?? For any courses

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

    What software u use to edit videos

  • @barbarasanchezvasquez2242
    @barbarasanchezvasquez2242 2 года назад

    Thanks.

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

    Sir can you please make unittest in python 🥺 Thank you 😍

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

    helllo
    for building an voice assistant
    what is the map for building it

  • @parassetia4964
    @parassetia4964 2 года назад

    Really great content

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

    Please make some small projects

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

    Sweet sound "welcome back aliens "❤️❤️

  • @MuhammadHamza-pv3fl
    @MuhammadHamza-pv3fl 3 года назад

    please add a js library in this javascript tutorial like react or react native plzzz don't ignore my comment I have watched your python tutorial now i'm learning this js series from Pakistan

  • @million-ollar-reaction3511
    @million-ollar-reaction3511 3 года назад

    Good going 👍

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

    I need help with javascript logical programs within 3 days please help me

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

    I read it as telusko operators in javascript 😜

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

    He is a Telugu guy ...I think soo🔥🔥

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

    n=!result ?? I didn't get it.

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

      The n will take the result and it will revert it
      Suppose the result is true
      It will convert it to false and if result is false it will convert it to true

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

      if value is not equal give false but suppose data type is different then
      console.log(2!='2'); //check only value //false
      console.log(2!=='2'); //check value and datatype both are different //true

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

    I think Tanmay already did this

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

    I mean that is 6hours Java class

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

    But what is the need to learn these operators here?

  • @TravelArround
    @TravelArround 2 года назад

    HOW TO TYPE OR

  • @CultOfJ
    @CultOfJ 3 года назад +3

    First finally!!

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

    Hello aliens

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

    Please reply my comment sir

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

    first comment

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

    Sir it would really be halpful if u start a tutorial on Data science

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

    Sir it would really be halpful if u start a tutorial on Data science