Not sure why anyone down voted, this is a great high level intro into coding in JavaScript for someone who has never coded before. 10/10!! Thank you :)
Now I see why my teacher wanted me to learn C++ first. It is basically the same thing here. You make great tutorials, I have already learned HTML and CSS from your videos and I am amazed how good you explain everything. Thank you!
I love all your videos, I just missed a visual part of this video like this is strings lol english is not my first language so sometimes is hard if it’s not visual.
Imagine getting this kind of high-quality content for free while the dude only asks for donations, and some asshole somewhere decides to downvote! Mike, I seriously love the way you explain everything! I'm not sure about what I want yet ( Font-End or Android) But I'm sure you'll be my main source of info in my learning journey this year. I plan to contribute a big bonus to your donations box once I'm done. Also, contact me if you're ever in Egypt, I can help you get around and you'll get a gigantic king-sized Alexandrian seafood meal from me. :D
It some languages they require a different code for storing decimals and integer, lets say in c++ you need to use "int" to store integers and "double" to store decimal numbers, because they are recognized as different data types, but with javascript you can just use "var" and without quotation marks.
console.log outputs to the browser's console if you use the inspect element tool and go to the console tab you will see whatever was in console.log while, document.write outputs info to the screen.
Not sure why anyone down voted, this is a great high level intro into coding in JavaScript for someone who has never coded before. 10/10!! Thank you :)
I also think so!
I know c# because of Mike.I know HTML because of Mike.I know CSS because of Mike.I learn JS because of Mike.
Mike you are the best yt teacher
Mike is definitely the best when it comes to explaining difficult things in a simple way.
I like your description of how when you're moving and you write outside the box what is in the box. That makes it an easy way to think about naming.
Finished with Tutorial 6 .Thanks to Mike
Now I see why my teacher wanted me to learn C++ first. It is basically the same thing here. You make great tutorials, I have already learned HTML and CSS from your videos and I am amazed how good you explain everything. Thank you!
Wow that box analogy is such a great way of putting it
You're the best tutor Mike!
Excellent, comme les tutos précedents !
Amazing tutorial. i understood all the concepts.
Great Tutorial. Can you compliment this series with some ES6 Tutorials? Be great! 👌👍😄
awesome explanation bro👌👌👌
Mike, I love you man!! You are truly the 🐐!!
var phrase = "Hellow TH-cam!";
document.write( phrase );
great resource my man, thanks...
I love all your videos, I just missed a visual part of this video like this is strings lol english is not my first language so sometimes is hard if it’s not visual.
Thank you mike, this is the best tutorial for me :)
great
6:39 Mike you were about to say “True False Statement” 😂😂 aren’t you?
You did that isMale example in C# tutorial too. You are a verified male i see.
🤣🤣🤣
@Peter Rezkalla C++ too
Imagine getting this kind of high-quality content for free while the dude only asks for donations, and some asshole somewhere decides to downvote!
Mike, I seriously love the way you explain everything! I'm not sure about what I want yet ( Font-End or Android) But I'm sure you'll be my main source of info in my learning journey this year. I plan to contribute a big bonus to your donations box once I'm done.
Also, contact me if you're ever in Egypt, I can help you get around and you'll get a gigantic king-sized Alexandrian seafood meal from me. :D
HATES OFF MIKE YOU ARE LEGEND .....
i didn't understand the whole number and decimal part starting from 6:20 can someone explain?
It some languages they require a different code for storing decimals and integer, lets say in c++ you need to use "int" to store integers and "double" to store decimal numbers, because they are recognized as different data types, but with javascript you can just use "var" and without quotation marks.
What editing app you using please tell
I liked this video
Do you have udemy course?
Thanks!
What's the diffrence between consle log and document.write
console.log outputs to the browser's console if you use the inspect element tool and go to the console tab you will see whatever was in console.log while, document.write outputs info to the screen.
👏👏
100/100
alert("Thank you Mike!");
whose that @#$#% giving dislikes on my brothers videos
seriosuly....var mikeflaws=null;
without var its working too. idk why
I tried to combine a string into itself...
Advice 1: dont use var use let or const (for creater and viewers)
Advice 2: Dont copy paste source code (for veiwers)