#11 Logical Operators in JavaScript

  Рет қаралды 75,428

Telusko

Telusko

Күн бұрын

Пікірлер: 51
@tpadma7419
@tpadma7419 2 жыл бұрын
superb teaching...................blessed to have you............God bless you
@happysoul41545
@happysoul41545 4 ай бұрын
The camera phone analogy is good..I had to byheart all the truth tables in plus one for learning python.
@bupendra
@bupendra 3 жыл бұрын
Ur way of lecture is awesome sir.....! 💙💙
@saminenichandana5707
@saminenichandana5707 3 жыл бұрын
I'm following your lectures Thank you sir When this playlist gonna end??
@maheswarreddy2708
@maheswarreddy2708 3 жыл бұрын
Hi sir, Thank u for giving the sessions and what about remaining topics of Java
@inside_feels
@inside_feels 3 жыл бұрын
Outstanding teaching Naveen sir.
@TomDoesTech
@TomDoesTech 3 жыл бұрын
Nice and clear explanation, awesome work!
@hrideshkumar3125
@hrideshkumar3125 3 жыл бұрын
nice example sir of camera and mobile
@olgakostina4494
@olgakostina4494 3 жыл бұрын
Very nice explanation with examples! Thanks a looooooot!!!!
@creativity_for_kahnaji_manisha
@creativity_for_kahnaji_manisha 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 жыл бұрын
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 жыл бұрын
@@ganeshgani1822 thanks for your guidance 🙂
@ForaDaBolha071
@ForaDaBolha071 3 жыл бұрын
I love your teacher videos. What is your linkedin and github?
@balajimelagiri2937
@balajimelagiri2937 3 жыл бұрын
Sir it would really be halpful if u start a tutorial on Data science
@vasavikotha6047
@vasavikotha6047 Жыл бұрын
Can we declare different type of variables in single row i.e., let num=2, word = "abc", bool = true
@scharan9889
@scharan9889 3 жыл бұрын
Hello sir , I am big fan of your teaching . Can we have one video about app development ..!!
@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 😭
@barbarasanchezvasquez2242
@barbarasanchezvasquez2242 2 жыл бұрын
Thanks.
@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
@parassetia4964
@parassetia4964 2 жыл бұрын
Really great content
@million-ollar-reaction3511
@million-ollar-reaction3511 3 жыл бұрын
Good going 👍
@sachinbandi4263
@sachinbandi4263 3 жыл бұрын
Sweet sound "welcome back aliens "❤️❤️
@rushichaganti4633
@rushichaganti4633 3 жыл бұрын
Yeah 😌
@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 Жыл бұрын
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);
@vaibhavbhatnagar3739
@vaibhavbhatnagar3739 3 жыл бұрын
What software u use to edit videos
@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??
@mahendharp9759
@mahendharp9759 3 жыл бұрын
Sir do you have any Udemy courses ?? For any courses
@eswaradapa9419
@eswaradapa9419 3 жыл бұрын
helllo for building an voice assistant what is the map for building it
@raju5081
@raju5081 3 жыл бұрын
I read it as telusko operators in javascript 😜
@rushichaganti4633
@rushichaganti4633 3 жыл бұрын
Sir can you please make unittest in python 🥺 Thank you 😍
@chinna7680
@chinna7680 3 жыл бұрын
He is a Telugu guy ...I think soo🔥🔥
@allamprabhuhiremath7380
@allamprabhuhiremath7380 3 жыл бұрын
Please make some small projects
@mindhealingnow
@mindhealingnow 3 жыл бұрын
I need help with javascript logical programs within 3 days please help me
@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
@ramanan4589
@ramanan4589 3 жыл бұрын
I think Tanmay already did this
@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
@TravelArround
@TravelArround 3 жыл бұрын
HOW TO TYPE OR
@teluskosupport1
@teluskosupport1 Жыл бұрын
or is represent by ||
@maheswarreddy2708
@maheswarreddy2708 3 жыл бұрын
I mean that is 6hours Java class
@mugilvanand3016
@mugilvanand3016 Жыл бұрын
But what is the need to learn these operators here?
@CultOfJ
@CultOfJ 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
#12 Conditional Statements If Else in JavaScript
12:17
Telusko
Рет қаралды 94 М.
#10 Relational operators in JavaScript
10:22
Telusko
Рет қаралды 84 М.
Мама у нас строгая
00:20
VAVAN
Рет қаралды 12 МЛН
What type of pedestrian are you?😄 #tiktok #elsarca
00:28
Elsa Arca
Рет қаралды 42 МЛН
Learn JavaScript LOGICAL OPERATORS in 5 minutes ❗
5:42
Bro Code
Рет қаралды 28 М.
Logical Operators In Java #20
9:00
Alex Lee
Рет қаралды 68 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 103 МЛН
#9 Arithmetic Operators in JavaScript
11:27
Telusko
Рет қаралды 97 М.
#8 Type Conversion & Coercion in JavaScript
12:53
Telusko
Рет қаралды 136 М.
#19 JS Logical Operators | JavaScript Full Tutorial
11:44
Dev Dreamer
Рет қаралды 7 М.
#19 Objects in JavaScript
10:18
Telusko
Рет қаралды 139 М.
Logical Operators - Javascript Programming 7
6:15
Codemy.com
Рет қаралды 897
Мама у нас строгая
00:20
VAVAN
Рет қаралды 12 МЛН