#10 Relational operators in JavaScript

  Рет қаралды 85,058

Telusko

Telusko

Күн бұрын

Пікірлер: 67
@kailashmedavarapu9859
@kailashmedavarapu9859 3 жыл бұрын
If debugging is removing bugs.. then coding is adding bugs 🔥🔥🔥💯
@reshuagarwal2029
@reshuagarwal2029 3 жыл бұрын
There should be a youtube university with all the awesome teachers like you and many others, learning will be much more fun
@nepalxplorer
@nepalxplorer 3 жыл бұрын
Watching daily! Please continue it
@sanathrayala2745
@sanathrayala2745 3 жыл бұрын
damn i have see many videos over the years regarding this double equals and triple equals couldn't understand it well but the last 3 minutes of this video is an eye opener
@ivanaleksic1364
@ivanaleksic1364 3 ай бұрын
Same!
@CultOfJ
@CultOfJ 3 жыл бұрын
Really loving the series keep uploading👍👍
@akulanithin6413
@akulanithin6413 3 жыл бұрын
super sir !!!!! Now I had some clarity in my head, Waiting for your sunday's JS live .
@jyotianeja372
@jyotianeja372 3 жыл бұрын
So nice sir. Waiting for more such videos ☺️
@milankbudha
@milankbudha 3 жыл бұрын
your video quality is increasing day by day and the animation is too good
@AshishKumar-pq6pr
@AshishKumar-pq6pr 3 жыл бұрын
Awesome lecture..... love it
@vetrithirumagan8507
@vetrithirumagan8507 3 жыл бұрын
4:13 based on ASCII Value i guess because that's how it works in Python, till now most js is based on python so i guess it use ASCII Value to compare strings
@teluskosupport1
@teluskosupport1 Жыл бұрын
yes, for understanding it is correct but actual // in javascript string is used to represent character data type // in javascript string is a sequence of characters // unicode is used to represent characters in javascript
@soumyaranjanpanda8194
@soumyaranjanpanda8194 3 жыл бұрын
Plz do post the video daily..So it will be used to for us to watch ur video..Eventually we can learn best of it .
@sampathkumar5699
@sampathkumar5699 3 жыл бұрын
Very good tutorials going on in your channel right now keep it up sir ,thank you💯💯💯👏👏👏
@FirozPlaysYt
@FirozPlaysYt 2 жыл бұрын
Excellent explain from your videos
@MrWilliamwright
@MrWilliamwright 3 жыл бұрын
I never knew that string had values that could be compared. mind blown
@daydreamer2138
@daydreamer2138 3 жыл бұрын
Excellent sir. Thanks you sir
@sr-sunny-raj
@sr-sunny-raj 3 жыл бұрын
Great series sir👍🏻 Hoping to see more videos in this playlist soon
@SAHILKUMAR-dq5jk
@SAHILKUMAR-dq5jk 3 жыл бұрын
Hi sir, Please upload next videos. Thankyou very much for explaining the thing in a simpleway. I'm keen for next videos
@stevejoel1680
@stevejoel1680 2 жыл бұрын
5:57 Sire, What if we use one variable as a string like literally a word, and another variable as a value like digits 0-9? How does it consider whether the answer comes out to be true or false? I tried with the word Apple as x and the number 8 as y, I used the operator x>y the output was false. Can u explain why is it so?
@lilliesan
@lilliesan 2 жыл бұрын
Great lessons, thank you
@GayanendraShakya
@GayanendraShakya 3 жыл бұрын
Really nice, thanks sir
@tomasmatusek6292
@tomasmatusek6292 3 жыл бұрын
As U say, its realy tricky play with ' ' and --false, because if u have any input and u try play with that so if inoput is empty you want make value of that is false and use this false for give u any information, like u say realy tricky, but If u dont know this tricky its borred :D And now I can little bit see and say, all webside is about tricky time :D
@krishnammal2805
@krishnammal2805 3 жыл бұрын
Super sir I try to follow it
@mohammadrifakat7
@mohammadrifakat7 3 жыл бұрын
sir at 04:33 let x ="pen4521"; let y ="pencil" let data = x>y; console.log(data); its showing "falsa" why?
@teluskosupport1
@teluskosupport1 Жыл бұрын
let x ="pen4521"; let y ="pencil" console.log(x>y); //check character code of c with 4 and c>4 so it is false //charcter wise checking is done console.log(x
@it_1_39harshitsahu3
@it_1_39harshitsahu3 2 жыл бұрын
Nan at 4:16
@teluskosupport1
@teluskosupport1 Жыл бұрын
console.log(4>'3'); // true because all the values are converted into number data type before comparing them 4>'3' is true because 4 is converted into 4 and 4>3 is true //type coercion is the process of converting one data type into another data type automatically by javascript engine but when you try console.log(4>'3'); // true because all the values are converted into number data type before comparing them 4>'3' is true because 4 is converted into 4 and 4>3 is true //type coercion is the process of converting one data type into another data type automatically by javascript engine
@vedantfutane
@vedantfutane 2 жыл бұрын
Please make another playlist with html pages
@shirkhanaslanzade1850
@shirkhanaslanzade1850 3 жыл бұрын
thank you very much
@honeysai5489
@honeysai5489 8 ай бұрын
We will compare two strings basically by seeing accsi code of the character
@sureshgarine
@sureshgarine 3 жыл бұрын
If debugging is removing bugs.. then the coding is adding bugs 💯 percent true
@jishamm3148
@jishamm3148 3 жыл бұрын
Sir can u suggest the best course after 12th ,conputer science with python
@Mageshwaran_M
@Mageshwaran_M 3 жыл бұрын
Which is best book for javascript learning? Sir tell me or any one tell me
@harshguptaxg2774
@harshguptaxg2774 3 жыл бұрын
Best
@bhavyakumarpanchotiya8254
@bhavyakumarpanchotiya8254 3 жыл бұрын
good explanations...
@feruzgaffarov
@feruzgaffarov Жыл бұрын
thanks for lesson
@manideep_talampally
@manideep_talampally 3 жыл бұрын
Then How to check both type & data for lessthan / greater than operator ? As we have == & === for equals
@teluskosupport1
@teluskosupport1 Жыл бұрын
console.log(4>'3'); // true because all the values are converted into number data type before comparing them 4>'3' is true because 4 is converted into 4 and 4>3 is true //type coercion is the process of converting one data type into another data type automatically by javascript engine if you want to check datatype and value then first check using (num1 !== str ) if this then, check greater than or less than .
@tushardasare8961
@tushardasare8961 3 жыл бұрын
Why is 1 displayed after the file name as you save the file?
@KishoreA-nx4pd
@KishoreA-nx4pd Жыл бұрын
let x = "tm" let n = 4 console.log(x>n) console.log(x
@meghashyaamsagar6046
@meghashyaamsagar6046 3 жыл бұрын
Why are there 2 playlist for Javascript on Telusko?
@teluskosupport1
@teluskosupport1 Жыл бұрын
in second playlist javascript done for dom and language both in same .
@tusharmittal196
@tusharmittal196 3 жыл бұрын
One suggestion, could you please make videos on Salesforce
@muralitalluri4587
@muralitalluri4587 2 жыл бұрын
your way of teaching fabulous but only one thing if i am seeing complete playlist that music is irritating bro..starting music
@danielkamau8436
@danielkamau8436 3 жыл бұрын
a good lecture sir... be blessed, but I have a question sir, why did't you arrange this tutorials in order?.....like you did with python?.....
@Namakarana
@Namakarana 3 жыл бұрын
Sir what about Sunday live
@snoopmyhomie213
@snoopmyhomie213 9 ай бұрын
I think empty string == false is true because falsy value is 0 and and empty string equals 0
@martinintilt1783
@martinintilt1783 Жыл бұрын
4:13 Ans- True But why????
@venkataavinash4708
@venkataavinash4708 3 жыл бұрын
Bro find the sum of largest number of 3 values.. How to find this
@shreyadatta_misti
@shreyadatta_misti 3 жыл бұрын
truthy and falsy part should explain once sir
@freetimeado0506
@freetimeado0506 3 жыл бұрын
Is it possible to conduct internships?
@barbarasanchezvasquez2242
@barbarasanchezvasquez2242 2 жыл бұрын
Thanks.
@aryansharma6851
@aryansharma6851 3 жыл бұрын
Sir what is difference between java and java script
@teluskosupport1
@teluskosupport1 Жыл бұрын
//difference between javascript and java // in javascript we can use single quote or double quote or backtick to represent string but in java we can use only double quote to represent string //javascript is loosely typed language and java is strongly typed language //javascript is dynamically typed language and java is statically typed language //javascript is interpreted language and java is compiled and interpreted language because java is compiled into byte code and byte code is interpreted by java virtual machine . //dynamic language means we can change the data type of variable at runtime //static language means we can not change the data type of variable at runtime //javascript is case sensitive and java is case sensitive //javascript is object oriented language and java is object oriented language //javascript is prototype based language and java is class based language //prototype based language means we can add properties and methods to object at runtime //class based language means we can not add properties and methods to object at runtime //javascript is single threaded language and java is multi threaded language //javascript is asynchronous language and java is synchronous language
@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
@praveenkalepu2952
@praveenkalepu2952 3 жыл бұрын
1st like 1st view 1st comment👍
@youtubertanyasharma1473
@youtubertanyasharma1473 3 жыл бұрын
Coding with ranveer
@akashshukla378
@akashshukla378 3 жыл бұрын
4:12 - FALSE
@surendergaini3365
@surendergaini3365 2 жыл бұрын
good
@InfoAnishGarg
@InfoAnishGarg 3 жыл бұрын
👍👍
@youtubertanyasharma1473
@youtubertanyasharma1473 3 жыл бұрын
Hlw
@sivasaran4
@sivasaran4 3 жыл бұрын
coding is adding bugs and debugging is removing bugs😂 🤣 👩‍💻 👨‍💻 💻 ⌨️ 🖥🐞
@mdinamulhasan1981
@mdinamulhasan1981 3 жыл бұрын
Done
@jno1lilno
@jno1lilno 2 жыл бұрын
Your intro is way to loud lmao
#11 Logical Operators in JavaScript
7:30
Telusko
Рет қаралды 75 М.
#12 Conditional Statements If Else in JavaScript
12:17
Telusko
Рет қаралды 94 М.
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 12 МЛН
Why no RONALDO?! 🤔⚽️
00:28
Celine Dept
Рет қаралды 115 МЛН
History of JavaScript
19:21
Telusko
Рет қаралды 106 М.
I built 10 web apps... with 10 different languages
14:23
Fireship
Рет қаралды 1,7 МЛН
5 JavaScript Concepts You HAVE TO KNOW
9:38
James Q Quick
Рет қаралды 1,4 МЛН
#8 Type Conversion & Coercion in JavaScript
12:53
Telusko
Рет қаралды 136 М.
I built the same app 10 times // Which JS Framework is best?
21:58
Fireship
Рет қаралды 2,6 МЛН
#9 Arithmetic Operators in JavaScript
11:27
Telusko
Рет қаралды 97 М.
Reference Vs Value In JavaScript
15:12
Web Dev Simplified
Рет қаралды 185 М.
LAVROV's interview with Tucker CARLSON 😁 [Parody]
8:34
Юрий ВЕЛИКИЙ
Рет қаралды 382 М.
JavaScript Pro Tips - Code This, NOT That
12:37
Fireship
Рет қаралды 2,5 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 12 МЛН