#10 Relational operators in JavaScript

  Рет қаралды 84,792

Telusko

Telusko

Күн бұрын

Пікірлер: 67
@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
@kailashmedavarapu9859
@kailashmedavarapu9859 3 жыл бұрын
If debugging is removing bugs.. then coding is adding bugs 🔥🔥🔥💯
@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!
@nepalxplorer
@nepalxplorer 3 жыл бұрын
Watching daily! Please continue it
@milankbudha
@milankbudha 3 жыл бұрын
your video quality is increasing day by day and the animation is too good
@akulanithin6413
@akulanithin6413 3 жыл бұрын
super sir !!!!! Now I had some clarity in my head, Waiting for your sunday's JS live .
@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
@jyotianeja372
@jyotianeja372 3 жыл бұрын
So nice sir. Waiting for more such videos ☺️
@CultOfJ
@CultOfJ 3 жыл бұрын
Really loving the series keep uploading👍👍
@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 .
@FirozPlaysYt
@FirozPlaysYt 2 жыл бұрын
Excellent explain from your videos
@MrWilliamwright
@MrWilliamwright 3 жыл бұрын
I never knew that string had values that could be compared. mind blown
@AshishKumar-pq6pr
@AshishKumar-pq6pr 3 жыл бұрын
Awesome lecture..... love it
@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
@daydreamer2138
@daydreamer2138 3 жыл бұрын
Excellent sir. Thanks you sir
@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?
@sr-sunny-raj
@sr-sunny-raj 3 жыл бұрын
Great series sir👍🏻 Hoping to see more videos in this playlist soon
@sampathkumar5699
@sampathkumar5699 3 жыл бұрын
Very good tutorials going on in your channel right now keep it up sir ,thank you💯💯💯👏👏👏
@lilliesan
@lilliesan 2 жыл бұрын
Great lessons, thank you
@krishnammal2805
@krishnammal2805 3 жыл бұрын
Super sir I try to follow it
@vedantfutane
@vedantfutane 2 жыл бұрын
Please make another playlist with html pages
@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?.....
@GayanendraShakya
@GayanendraShakya 3 жыл бұрын
Really nice, thanks sir
@tusharmittal196
@tusharmittal196 3 жыл бұрын
One suggestion, could you please make videos on Salesforce
@honeysai5489
@honeysai5489 8 ай бұрын
We will compare two strings basically by seeing accsi code of the character
@feruzgaffarov
@feruzgaffarov Жыл бұрын
thanks for lesson
@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
@martinintilt1783
@martinintilt1783 Жыл бұрын
4:13 Ans- True But why????
@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
@shirkhanaslanzade1850
@shirkhanaslanzade1850 3 жыл бұрын
thank you very much
@harshguptaxg2774
@harshguptaxg2774 3 жыл бұрын
Best
@bhavyakumarpanchotiya8254
@bhavyakumarpanchotiya8254 3 жыл бұрын
good explanations...
@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
@jishamm3148
@jishamm3148 3 жыл бұрын
Sir can u suggest the best course after 12th ,conputer science with python
@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
@barbarasanchezvasquez2242
@barbarasanchezvasquez2242 2 жыл бұрын
Thanks.
@Mageshwaran_M
@Mageshwaran_M 3 жыл бұрын
Which is best book for javascript learning? Sir tell me or any one tell me
@shreyadatta_misti
@shreyadatta_misti 3 жыл бұрын
truthy and falsy part should explain once sir
@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 .
@snoopmyhomie213
@snoopmyhomie213 9 ай бұрын
I think empty string == false is true because falsy value is 0 and and empty string equals 0
@Namakarana
@Namakarana 3 жыл бұрын
Sir what about Sunday live
@tushardasare8961
@tushardasare8961 3 жыл бұрын
Why is 1 displayed after the file name as you save the file?
@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 .
@sureshgarine
@sureshgarine 3 жыл бұрын
If debugging is removing bugs.. then the coding is adding bugs 💯 percent true
@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
@venkataavinash4708
@venkataavinash4708 3 жыл бұрын
Bro find the sum of largest number of 3 values.. How to find this
@akashshukla378
@akashshukla378 3 жыл бұрын
4:12 - FALSE
@freetimeado0506
@freetimeado0506 3 жыл бұрын
Is it possible to conduct internships?
@KishoreA-nx4pd
@KishoreA-nx4pd Жыл бұрын
let x = "tm" let n = 4 console.log(x>n) console.log(x
@youtubertanyasharma1473
@youtubertanyasharma1473 3 жыл бұрын
Coding with ranveer
@surendergaini3365
@surendergaini3365 2 жыл бұрын
good
@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
@mdinamulhasan1981
@mdinamulhasan1981 3 жыл бұрын
Done
@InfoAnishGarg
@InfoAnishGarg 3 жыл бұрын
👍👍
@youtubertanyasharma1473
@youtubertanyasharma1473 3 жыл бұрын
Hlw
@sivasaran4
@sivasaran4 3 жыл бұрын
coding is adding bugs and debugging is removing bugs😂 🤣 👩‍💻 👨‍💻 💻 ⌨️ 🖥🐞
@praveenkalepu2952
@praveenkalepu2952 3 жыл бұрын
1st like 1st view 1st comment👍
@jno1lilno
@jno1lilno 2 жыл бұрын
Your intro is way to loud lmao
#11 Logical Operators in JavaScript
7:30
Telusko
Рет қаралды 75 М.
History of JavaScript
19:21
Telusko
Рет қаралды 106 М.
Мама у нас строгая
00:20
VAVAN
Рет қаралды 12 МЛН
小路飞和小丑也太帅了#家庭#搞笑 #funny #小丑 #cosplay
00:13
家庭搞笑日记
Рет қаралды 13 МЛН
Comparison Operators in Python
9:12
Neso Academy
Рет қаралды 29 М.
I built the same app 10 times // Which JS Framework is best?
21:58
Fireship
Рет қаралды 2,6 МЛН
Reference Vs Value In JavaScript
15:12
Web Dev Simplified
Рет қаралды 185 М.
#9 Arithmetic Operators in JavaScript
11:27
Telusko
Рет қаралды 97 М.
Array Method filter map reduce
9:35
Telusko
Рет қаралды 70 М.
JavaScript Promises  -- Tutorial for Beginners
37:05
ColorCode
Рет қаралды 134 М.
Array Destructuring in JavaScript
9:31
Telusko
Рет қаралды 48 М.
TypeScript - The Basics
12:01
Fireship
Рет қаралды 1,5 МЛН
JavaScript Bitwise Operators
9:26
Programming with Mosh
Рет қаралды 102 М.
Отключи новую кнопку на iPhone 16
0:39
Romancev768
Рет қаралды 470 М.
МЫ НАШЛИ ВСЕ ТЕЛЕФОНЫ 2000х и 2010х ! (ч2)
28:53
МНОГОобещающий Realme GT 7 PRO! Капканы и козыри - узнай ВСЁ
31:19
i-shoppers - обзоры от Саныча
Рет қаралды 38 М.