Facebook – https://www.facebook.com/TheNewBoston-464114846956315/
GitHub – https://github.com/buckyroberts
Google+ – https://plus.google.com/+BuckyRoberts
LinkedIn – https://www.linkedin.com/in/buckyroberts
reddit – https://www.reddit.com/r/thenewboston/
Support – https://www.patreon.com/thenewboston
thenewboston – https://thenewboston.com/
Twitter – https://twitter.com/bucky_roberts
Original source
21 responses to “Beginner JavaScript Tutorial – 12 – Math Operators”
Coconuts
luv u bucky….the way u teach is really intresting
pretty cool huh
Dickerment? :/
c style 🙂
how squareroot?
having the default value for chop be 68 would have led to some interesting results ( ͡° ͜ʖ ͡°)
You should also know that instead of writing :
chops = chops + 4;
You can write:
chops += 4;
My name is chops..
DeCoste Chops.
people who use CC at 3:40 would understand.
Whats the difference if we write ++chop or chop++? When I try it, it gives me the same thing, but would there ever be an exception?
hey Bucky…. are you going to make any animation with javascript? thanks!
lol pull up the captions on this video xD
5:44
5:00 Dickerman – Determine – Take her man
MATH – Metal Abuse To Humans
i don't really mean it
Pretty Cool!
+thenewboston do you have advanced tutorials also?
someone's got the munchies…
lol.. 56/3 should be 18.66666666666666666666666666666666666666666666…66667(rounded off)
Why isnt a– called as decrement operator? the narrator said that it isnt called decrement. in that case what is it called
pretty cool ah!
<!doctype html>
<html>
<head>
</head>
<body>
<script type="text/javascript">
var A=12;
var B=13;
var C=A+B;
return C;
document.write("C");
</script>
</body>
</html>
could someone tell me whats wrong with this code?
8 people suck at coding.