Learn How To Make A Website - Playing With JS 1

Published 2017-04-06
This episode of Straight To Web will teach you how to use JavaScript (JS) to help users interact with your website. If you haven't already, watch the previous videos to learn how to make a website to learn up to the point we start here.

Last Codepen: codepen.io/StraightToWeb/pen/YZvGOP
This Codepen: codepen.io/StraightToWeb/pen/rygNxM

Comment with questions or ideas, like the video, and subscribe!

If you need more help to make a website, just message me, ask your questions in the comments, or check out the extra resources down below.

==========
WEBSITE: coming soon
TWITTER: twitter.com/straighttoweb

==========
MORE RESOURCES:
Class Selectors [HTML/CSS]: www.w3schools.com/html/html_classes.asp

ID Selectors [HTML/CSS]: developer.mozilla.org/en-US/docs/Web/CSS/ID_select…

Variables [JavaScript]: www.w3schools.com/js/js_variables.asp

All Comments (6)
  • @azathothian1
    Great video! I'm just starting to learn to code in JavaScript by myself, and this seems to be a nice place to expand my knowledge. I'm really looking fordward for next class! Thank you for your time.
  • @walternate2914
    Please do a video on forEach. That's the most confusing loop for me.
  • @fame3188
    question: how did you get the document.body.style.background.color ? are you able to select that particular rule by itself, im just confused on that part. Ive been looking for something i can read about that to understand it further. awesome videos i cant wait to see more!