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 🙂🙃🙂💜
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 😭
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
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 :-)
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
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
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
superb teaching...................blessed to have you............God bless you
The camera phone analogy is good..I had to byheart all the truth tables in plus one for learning python.
Ur way of lecture is awesome sir.....! 💙💙
I'm following your lectures Thank you sir
When this playlist gonna end??
Hi sir, Thank u for giving the sessions and what about remaining topics of Java
Outstanding teaching Naveen sir.
Nice and clear explanation, awesome work!
nice example sir of camera and mobile
Very nice explanation with examples! Thanks a looooooot!!!!
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 🙂🙃🙂💜
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
@@ganeshgani1822 thanks for your guidance 🙂
I love your teacher videos. What is your linkedin and github?
Sir it would really be halpful if u start a tutorial on Data science
Can we declare different type of variables in single row i.e., let num=2, word = "abc", bool = true
Hello sir , I am big fan of your teaching . Can we have one video about app development ..!!
Could you please make a video on microservice..
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 😭
Thanks.
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
Really great content
Good going 👍
Sweet sound "welcome back aliens "❤️❤️
Yeah 😌
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 :-)
I'm getting both true as o/p
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);
What software u use to edit videos
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??
Sir do you have any Udemy courses ?? For any courses
helllo
for building an voice assistant
what is the map for building it
I read it as telusko operators in javascript 😜
Sir can you please make unittest in python 🥺 Thank you 😍
He is a Telugu guy ...I think soo🔥🔥
Please make some small projects
I need help with javascript logical programs within 3 days please help me
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
I think Tanmay already did this
n=!result ?? I didn't get it.
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
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
HOW TO TYPE OR
or is represent by ||
I mean that is 6hours Java class
But what is the need to learn these operators here?
First finally!!
Hello aliens
Please reply my comment sir
first comment
Sir it would really be halpful if u start a tutorial on Data science
Sir it would really be halpful if u start a tutorial on Data science