Тёмный

#11 Logical Operators in JavaScript 

Telusko
Подписаться 2,4 млн
Просмотров 73 тыс.
50% 1

Instagram : / navinreddyofficial
Linkedin : / navinreddy20
Discord : / discord
More Learning :
Java - bit.ly/3xleOA2
Python :- bit.ly/3H0DYHx
Django :- bit.ly/3awMaD8
Spring Boot :- bit.ly/3aucCgB
Spring Framework :- bit.ly/3GRfxwe
Servlet & JSP :- bit.ly/3mh5CGz
Hibernate Tutorial :- bit.ly/3NWAKah
Rest API | Web Service Tutorial :- bit.ly/38RJCiy
Git :- bit.ly/3NUHB3V
JavaScript :- bit.ly/3mkcFys
Kotlin :- bit.ly/3GR2DOG

Опубликовано:

 

4 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 51   
@happysoul41545
@happysoul41545 2 месяца назад
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.....! 💙💙
@tpadma7419
@tpadma7419 2 года назад
superb teaching...................blessed to have you............God bless you
@TomDoesTech
@TomDoesTech 3 года назад
Nice and clear explanation, awesome work!
@saminenichandana5707
@saminenichandana5707 3 года назад
I'm following your lectures Thank you sir When this playlist gonna end??
@olgakostina4494
@olgakostina4494 3 года назад
Very nice explanation with examples! Thanks a looooooot!!!!
@inside_feels
@inside_feels 3 года назад
Outstanding teaching Naveen sir.
@maheswarreddy2708
@maheswarreddy2708 3 года назад
Hi sir, Thank u for giving the sessions and what about remaining topics of Java
@hrideshkumar3125
@hrideshkumar3125 3 года назад
nice example sir of camera and mobile
@balajimelagiri2937
@balajimelagiri2937 3 года назад
Sir it would really be halpful if u start a tutorial on Data science
@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?
@scharan9889
@scharan9889 3 года назад
Hello sir , I am big fan of your teaching . Can we have one video about app development ..!!
@parassetia4964
@parassetia4964 2 года назад
Really great content
@sachinbandi4263
@sachinbandi4263 3 года назад
Sweet sound "welcome back aliens "❤️❤️
@rushichaganti4633
@rushichaganti4633 3 года назад
Yeah 😌
@CultOfJ
@CultOfJ 3 года назад
First finally!!
@million-ollar-reaction3511
@million-ollar-reaction3511 3 года назад
Good going 👍
@vasavikotha6047
@vasavikotha6047 Год назад
Can we declare different type of variables in single row i.e., let num=2, word = "abc", bool = true
@sunitanair1907
@sunitanair1907 3 года назад
Could you please make a video on microservice..
@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??
@barbarasanchezvasquez2242
@barbarasanchezvasquez2242 2 года назад
Thanks.
@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);
@raju5081
@raju5081 3 года назад
I read it as telusko operators in javascript 😜
@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 😭
@rushichaganti4633
@rushichaganti4633 3 года назад
Sir can you please make unittest in python 🥺 Thank you 😍
@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
@chinna7680
@chinna7680 3 года назад
He is a Telugu guy ...I think soo🔥🔥
@eswaradapa9419
@eswaradapa9419 3 года назад
helllo for building an voice assistant what is the map for building it
@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
@vaibhavbhatnagar3739
@vaibhavbhatnagar3739 3 года назад
What software u use to edit videos
@mindhealingnow
@mindhealingnow 3 года назад
I need help with javascript logical programs within 3 days please help me
@mugilvanand3016
@mugilvanand3016 Год назад
But what is the need to learn these operators here?
@allamprabhuhiremath7380
@allamprabhuhiremath7380 3 года назад
Please make some small projects
@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 2 года назад
HOW TO TYPE OR
@teluskosupport1
@teluskosupport1 Год назад
or is represent by ||
@maheswarreddy2708
@maheswarreddy2708 3 года назад
I mean that is 6hours Java class
@yashrajtalks
@yashrajtalks 3 года назад
Hello aliens
@tarunmarisetti4536
@tarunmarisetti4536 3 года назад
first comment
@scharan9889
@scharan9889 3 года назад
Please reply my comment sir
@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
#19 Objects in JavaScript
10:18
Просмотров 135 тыс.
TRENDNI BOMBASI💣🔥 LADA
00:28
Просмотров 695 тыс.
Women’s Free Kicks + Men’s 😳🚀
00:20
Просмотров 3 млн
#8 Type Conversion & Coercion in JavaScript
12:53
Просмотров 132 тыс.
#10 Relational operators in JavaScript
10:22
Просмотров 82 тыс.
#9 Arithmetic Operators in JavaScript
11:27
Просмотров 94 тыс.
#16 While loop in JavaScript
11:25
Просмотров 82 тыс.
Please Master These 10 Python Functions…
22:17
Просмотров 169 тыс.
#28 What is this? | JavaScript
6:29
Просмотров 81 тыс.