@@muhammadjawad9341 To be honest, I lost interest in Programming because for me it is too much mental work. I don't want to see my self in few years working a software job banging my head all day to fix certain bugs, go home, and be frustrated about it, with poor sleep always getting dreams of code, thinking about code while i am with family, getting anxious about the deadline and always work with stress mode on, raising my cortisol levels which damage my body slowly. This type of work ain't for me. This is my honest opinion. But not same for everyone. Yo may want to know how much I progressed, but if you really enjoy doing this, time doesnot matter, you will be expert in no time. For eg- I recently got into stock market and I learnt about it all in a week. I was so passionate I didn't even know I was learning, I was just interested and curious so much more. Do what excites.
@@udhbhavpandit7141 That's good man you know your interest, I am computer science student and in my last year of bachlor degree, i am interested in web and want to experience market in next one or two months , after experiencing market if i fount it interesting then i will continue it else find some other feild for my Masters degree. :) Good Luck.
Hello Mike I have watched all of your videos about C++, PHP and JS and I just want to say THANK YOU VERY MUCH for your effort for helping us to be better in programming. I have watched a lot of tutorial videos and no one explains that good us you do. From all programming languages I have picket JS and I want to stick to it and will try to master it. You’re a great teacher and a wonderful person I wish you all the best in your life. Thank you very much Mike!
Mike, Thank you so much for taking your time to creating these videos. You are the best programming teacher In the world. Way you explain things are so easy to understand. Thanks again you are awesome. 😀
Can u help me out with this ..it is not working .. testing localstorage info save (Js file) var nam=document.getElementById("nam"); function storage(){ localstorage.name = nam.value; }; document.write(localstorage.name);
Plx help this is not wrking testing localstorage info save var nam=document.getElementById("nam"); function storage(){ localStorage.name = nam.value; }; document.write(localStorage.name);
So I watched all tutorial videos on javascript and they're great. But I just wish you could show some realtime website examples in what situations you use certain javascript code. It's only to so much help to know how they work if you dont understand in what situations or circumstances you would use or apply them to your own website. I think the function tag was the easiest to understand when to use. So that's just something to think about. To give some realtime website examples for each tag of javascript code.
bro bro bro I love your videos so much .Have just ended up watching your last video of this list about JS and I want to see you make more excited content about webpage and upload some new videos about web if necessary.
I was getting the error "Cannot read property 'addEventListener' of null" If you're having the same problem, I fixed it placing "window.onload = function () {};" all around the code. like: window.onload = function () { var textbox = document.getElementById("textbox"); var button = document.getElementById("btn");
Brilliant tutorials, Mike! Thanks a lot. A question. What comes after HTML, CSS and JavaScript? What language would you suggest a person learns after learning those three? Thanks again. Cheers!
The best Teacher of Begineers. I went through HTML, CSS and now JavaScript. Thank you very much.
Hi, Udhbhav what are you doing now a days..? After completing this.
@@muhammadjawad9341 To be honest, I lost interest in Programming because for me it is too much mental work. I don't want to see my self in few years working a software job banging my head all day to fix certain bugs, go home, and be frustrated about it, with poor sleep always getting dreams of code, thinking about code while i am with family, getting anxious about the deadline and always work with stress mode on, raising my cortisol levels which damage my body slowly. This type of work ain't for me. This is my honest opinion. But not same for everyone. Yo may want to know how much I progressed, but if you really enjoy doing this, time doesnot matter, you will be expert in no time. For eg- I recently got into stock market and I learnt about it all in a week. I was so passionate I didn't even know I was learning, I was just interested and curious so much more. Do what excites.
@@udhbhavpandit7141 That's good man you know your interest, I am computer science student and in my last year of bachlor degree, i am interested in web and want to experience market in next one or two months , after experiencing market if i fount it interesting then i will continue it else find some other feild for my Masters degree. :)
Good Luck.
@@muhammadjawad9341 you too. Sorry for replying 6 monts after.
@@udhbhavpandit7141 Its ok brother, you replied that matter & your reply was best. Because you shared your thoughts ♥️.
Hello Mike I have watched all of your videos about C++, PHP and JS and I just want to say THANK YOU VERY MUCH for your effort for helping us to be better in programming.
I have watched a lot of tutorial videos and no one explains that good us you do. From all programming languages I have picket JS and I want to stick to it and will try to master it. You’re a great teacher and a wonderful person I wish you all the best in your life. Thank you very much Mike!
agreed
I agree with you
Mike, Thank you so much for taking your time to creating these videos. You are the best programming teacher In the world. Way you explain things are so easy to understand. Thanks again you are awesome. 😀
I have just finished this JavaScript tutorial and I really enjoyed it. You are an excellent teacher!
Thanks for the videos mane. I've gone through SQL, Python, HTML, CSS and now Javascript with ya, cheers!!
Completed for the 2nd time, two years later. Keep up the good work, Mike. Thanks!
You talk so efficiently and I enjoyed your tutorials a lot. Thank you.
Not sure if you are still monitoring these comments but just want to say a big thanks for making these videos they have been a massive help.
Can u help me out with this ..it is not working ..
testing localstorage
info
save
(Js file)
var nam=document.getElementById("nam");
function storage(){
localstorage.name = nam.value;
};
document.write(localstorage.name);
Thank you so much Mike! I learnt html, CSS and now JavaScript all thanks to your rich content and great teaching skills :)
After completing c++, python and c,
At last javascript completed from you. Thanks a lot.☺
Mike! You are the best teacher i have ever seen
completed all 28/28
Javascript Thanks Mike 🙏
Hey Mike, this tutorial is named "Tutorial 27", but that was the last one, this is tutorial 28. Love your tutorials, just letting you know.
This one is "Tutorial 27", Last one (timing) is "Tutorial 27"
Thank you so much Mike!!! Much love from Argentina
Thank you very much I watched all java script videos just now. love it, I'm from Sri lanka
Thank you very much, brother.
You are my Great Teacher.
Always follow since tut 1-28
Thank you.
22/10/2020
Thank you so much for Javascript tutorial, I've just finished it and enjoyed it a lot!
Thank you Giraffe Academy. thank you Mr. Mike for this wonderful work. very helpful. merci
can you make a video on how to store checkbox checked even after refreshing the page in local storage please ?
Successfully completed your html css Js course. Thanks a lot bruhh🙏🏻
Made it to the end. Thanks for this excellent series of tutorials!
Thanks a lot again Mike! best wishes for you!
Lessons are lit🔥🔥
One amazing tutorial! Thanks mate!
Thank you for all the tutorials. It really helped
Plx help this is not wrking
testing localstorage
info
save
var nam=document.getElementById("nam");
function storage(){
localStorage.name = nam.value;
};
document.write(localStorage.name);
@@Just_a_girl_in_a_new_city In the 9th line you wrote
but it should be
you forgot the "/" to close the input type
@@Just_a_girl_in_a_new_city you don't have event listener
the best guide ever. thanks mike
Beautiful, man. Thanks.
Mike can we do this local storage in messaging app too.
Happy to have you ❤✌🏻
So I watched all tutorial videos on javascript and they're great.
But I just wish you could show some realtime website examples in what situations you use certain javascript code.
It's only to so much help to know how they work if you dont understand in what situations or circumstances you would use or apply them to your own website. I think the function tag was the easiest to understand when to use.
So that's just something to think about. To give some realtime website examples for each tag of javascript code.
bro bro bro I love your videos so much .Have just ended up watching your last video of this list about JS and I want to see you make more excited content about
webpage and upload some new videos about web if necessary.
will you ever make a course here on youtube about full stack development???
This is cool. I didn't know this feature in past. Cool ! thanks teacher.
I was getting the error "Cannot read property 'addEventListener' of null"
If you're having the same problem, I fixed it placing "window.onload = function () {};" all around the code.
like:
window.onload = function () {
var textbox = document.getElementById("textbox");
var button = document.getElementById("btn");
button.addEventListener("click", function(){
localStorage.name= textbox.value;
});
};
document.write(localStorage.name);
Thank you so much , it does the job
MUCH LOVE FROM AIYUSHI
than u so much throughout this journey, gotta apply and practice what you've taught me
best teacher
Thank you sir!
Mike you are the best! thank you so much!
Are cookies deprecated?
I enjoyed the whole series
Great work
THANKYOU SO MUCH
Thank you Mike!
Great Job
Thanks a lot❤
Awesome tutorial
thanks Mike
mike sir thanks i have completed course
Brilliant tutorials, Mike! Thanks a lot. A question. What comes after HTML, CSS and JavaScript? What language would you suggest a person learns after learning those three? Thanks again. Cheers!
depends on goal
1 javascript framework
Vue , react , angular
@@dmitrynet2009 Thank you!
@@leobryansanico1369 Thank you!
Thank you so much :)
So good tutorial
Please make videos about AngularJS
thanks a lot man :)
Thanks Mike:)
Thank you.
Ok, uh... what now? What should i study?
Thanks!
Made it to the end.
When Mr. Dane gets caught storing dog in his local storage… 🐶
it's over lesson? ((((
JavaScript for get data into table from localstorage
Mike loves giraffes
Please make another tutorial!!!!!! Please, please, please, please, please!!!!!!!!!!!!