as a js dev for many years i could vouch that this is a trippy concept but sir explained in a very easy and understandable way edit: and special thanks for js developers for adding === operator
The way of you explain is just awesome.😍😍😍😍. Wish you a happy youtube journey. Also requesting you to upload the contents of this series faster. Love you ....... From Bangladesh😍😍
Theme's pretty good sir but can you pls use a dark gray theme with medium contrast like in native vs code it's better IMO and I Love your every single video thnx👍
hi sir i converted the integer variable into string after initilization. like int a=10 string(a) it doesn't work actually ,it shows a is number type only .can u tell me the otherway for conversion after initialization
Black theme requires 240p minimum whereas white theme can readable in 144p itself. Please use white for the benefit of 2G network using students in village.
hi sir ,while running servlet addition i am getting error as (The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.) then iam not getting webapp folder instead of webcontent , pls help me sir
Sir plz solve this doubts 1. command 'Code- runner.run' not found. 2.Extension host terminated unexpectedly. Also plz open telegram group for doubts sir😊😊
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
This order only works for me like this let expression = 'Number("1 2 3")'; console.log(expression); [Running] node "c:\Users\Servidor\OneDrive\Escritorio\js\first.js" Number("1 2 3") [Done] exited with code=0 in 0.098 seconds
as a js dev for many years i could vouch that this is a trippy concept but sir explained in a very easy and understandable way
edit: and special thanks for js developers for adding === operator
After watching videos of other youtubers finally I understood from your video❤️❤️❤️Thanks sir
i expected dark theme from 1st video.Finally u did it ..Congrats for your wonderful videos. One of the best guide on youtube to learn coding
Want this series every content come quickly...🙏🙏
Enjoying series . and loved Dark theame . I am the one who request about dark theame in last vedio .
one of the best channel on RUclips thank you for this amazing video
Now I can say I am meeting with the awesome teacher of JS . Loving form Myanmar and I'd like to say "Pay for Myanmar"
The way of you explain is just awesome.😍😍😍😍.
Wish you a happy youtube journey.
Also requesting you to upload the contents of this series faster.
Love you ....... From Bangladesh😍😍
yes. dark theme and me are inseparable, even my eyes appreciated before you talk about dark theme
Marks is important or talent is important reddy will reply
Thank you sir for amazing content.
Complete this course as soon s possible.
Currently watching your python series..
Somewhat low energy in this series..
But hats off to your explanation..🙌
awesome explain😍😍
Dark theme is highly appreciated please continue this..
Hi Navin ,
Enjoying your JS series , waiting for Node series continuation 😀
at 8:16 the thing is only o=false else everything is true
Theme's pretty good sir but can you pls use a dark gray theme with medium contrast like in native vs code it's better IMO and I Love your every single video thnx👍
you wanted the guy to convert just for you??
I am really enjoying this series
by the way ur classes are amazing and easy english
Sir trying making this series so that it will be useful for competitive programming too I mean ascii values 2d arrays etc..
And also we can remember,String always in white color and number is in golden color. In VS Code and Command prompt terminal.
I like Dark theme better than light especially during programming!
Navin u are really awesome teacher ❤️
Great video. Revised the basic JS behavior.
it was very helpful because this topic is the topic which i did not understand so, THANK YOU
Sir .. thank you so much....much awaited video 🙏
Really appreciated
Imagine learning javascript promise and asynchronous behavior in such deep nd easy explanation as type conversion ❤️
very good video and good explain, thanks a lot mate :)
Happy Teachers day Alien from deep space.
Lets goooo!! Appreciate not using the light mode
absolutely enjoying and very informative :) Thanks a lotttt sir
Really informative 👍🏻
This was really helpful, Thank you sir :)
Hi Sir, Thank you for this awesome video.
Good explanation do more videos...from tirupathi
Dark theme is pretty good..
White theme is good compare to black. But enjoying your content is awesome.
hi sir i converted the integer variable into string after initilization. like int a=10
string(a) it doesn't work actually ,it shows a is number type only .can u tell me the otherway for conversion after initialization
let num = 15;
let text = num.toString();
Finally dark mode 😊
awesome explainantion...
👌🏻👌🏻 videos. But your normal videos are in 1.5x speed😅
I tried to use "coercion" with already defined string and already defined number. What changed the output?
all the vedios are better very helpfull
dark theam is good idea but it will be better if monokai dimmed
default vs code dark theme would be preferred
Black theme requires 240p minimum whereas white theme can readable in 144p itself. Please use white for the benefit of 2G network using students in village.
Great Explanation
After these what we have to do and how to create a game or maybe a kind of website
Sir though dark theme is cool but for learning purpose light theme is always preferd ..
sir please do tutorials for blockchain developers after javascript
wow its just amazing
Sir why you are not editing videos that of python series
Sir, you haven't put ; after deceleration statements. Isn't it syntactical to put it after every eof in javascript? Please explain. Thanks!
not necessarily , it is needed sometimes but rest of the times its smart enough to ignore silly mistakes like these
hi sir ,while running servlet addition i am getting error as (The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.) then iam not getting webapp folder instead of webcontent , pls help me sir
you are the best!!!!
You are really doing a great job
Sir plz solve this doubts
1. command 'Code- runner.run' not found.
2.Extension host terminated unexpectedly.
Also plz open telegram group for doubts sir😊😊
Which ECMA version are you referring
Can you please make a video series on Drool Engine? There are no good video series on that topic. Udemy has just one small course on drools
is typeof a operator or keyword?
6 will come as output type-number
I wanted to know about nan from u.
Plz keep indexing of all videos
Also empty string is "Falsy"
if you declare a variable and nothing is intialize then variable value is undefined that is empty.
I done this program in my pc ..if am converting number into string n executing means simply its showing string is not defined
We have to use String not string.. Just now I did the same mistake and worked after using String
Hello sir I am learning python but I have window 7 I am using python 2.7.15 so is it ok
Python 2
Why it's consider string , why can't consider number first
i am not getting output in the terminal. can anyone say why?
x is not a good variable name - Telusko (2021)
Sir, Can you please tell , why are you not using name
fun fact : if u do 1+true it will give 2 and 1+false it will give 1.
Sir pls Use material them
thans sir
"Welcome back Idiots"
:D
When I changing number as string I got an error "number is not defined"
let a=4;
let b=a.toString();
work properly
so nice...
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
Thanks.
This order only works for me like this
let expression = 'Number("1 2 3")';
console.log(expression);
[Running] node "c:\Users\Servidor\OneDrive\Escritorio\js\first.js"
Number("1 2 3")
[Done] exited with code=0 in 0.098 seconds
I have a doubt sir
pls dont use high contrast
pretty nice
Awesome
Please sir upload full javascript playlist as soon as possible❤️
He is doing it
@@adthn okay
This theme is good for videos what about your eyes 👀?
Done
1kth like by me
Ur linkedin profile please 🥺🥺
gud
👍
I like the video, but you were talking fast.
Please Sir change the theme
Python is much better 😂
6 number
I did NOT subscribe to ANYTHING on RUclips. I've been FRAUDED. Please Unsubscribe Me from any and all Subscrptions You may blindly think I have!
6 string
Sorry sir but can u teach in hindi language..
just a teaser:
console.log("5"+2+3)
console.log(2+3+"5")
Hello sir I am learning python but I have window 7 I am using python 2.7.15 so is it ok
Python 2
Python3