This is great! Do you have a bootcamp or online course where you could learn by projects? but the project is what the student needs or wants to accomplish? I would certainly pay and sign up for something like that!
Quick question, with your example: var years = 35; do you have to have a space between years and the equal sign or could you also do it like this with no space between: var years= 35; ?
Why does this have to be in the head tags? I tried to put this in the body tag and it worked just fine. Is this just a personal preference or does it matter when you get into more advanced stuff?
27 responses to “JavaScript Tutorial for Beginners – 03 – Variables”
https://github.com/abdibogor/JavaScript
<head>
<script>
fun tranier(){
Tranier= "E J Media";
Document.getElementIdBy(tranier).innerHTML="Good tranier for Begineers";
</script>
</head>
Can i add margin and padding value in Java script External file ?
if yes then how ?
Why is it that i have copied you excactly and its not working its just showing me a blank google crone ?
Wow why is this channel so underrated?
hello, i just started your video. are there codes available for us to download? thanks and GREAT VIDEOS!!
should i take the java tutorial before javascript ?
<head>
<script>
var typeOfTeacher = "great";
alert("You are a " + typeOfTeacher + " teacher!");
</script>
</head>
I am building my website as I watch these tutorials! Thanks for all of the great help on my website(Its all about code !)
Ok, a little lost here. Should I watch the series on JAVA first?
thank you again, great video
Forgot $ is also possible to begin a variable name
thank u for all html,css, javascript tutorial
and please use atom editor
Outstanding teaching skill.
how would i add you are
my code
var youare = you are;
var years = 35;
var someText = "years old";
alert (youare + years + someText);
Just for future reference it's actually 'someTest', not some 'someText' If you put in "someText', nothing will happen due to syntax error.
thank you so much …your explenation was very understable
This is great! Do you have a bootcamp or online course where you could learn by projects? but the project is what the student needs or wants to accomplish? I would certainly pay and sign up for something like that!
Sir, what happened to posting codes for each video just like u did for the HTML
how can i download this video to my Laptop
thanks bro
Quick question, with your example: var years = 35;
do you have to have a space between years and the equal sign or could you also do it like this with no space between:
var years= 35; ?
Why does this have to be in the head tags? I tried to put this in the body tag and it worked just fine. Is this just a personal preference or does it matter when you get into more advanced stuff?
Thank you very very much for your great help on this!
Could you please put the code pasted in each video, if possible so that we dont need to worry about noting down the code. Thank you!
Great !
You are awesome.. thanks for putting all these awesome tutorials online