reading-notes

Class Seven Notes

Programming with JavaScript

Intro1 2

function name(parameter1, parameter2, parameter3) { //code }

Operators3 4

Things I want to know more about

How to incorporate my JavaScript with HTML and CSS?

Back to main page

References

  1. https://developer.mozilla.org/en-US/docs/Glossary/Control_flow 

  2. https://www.w3schools.com/js/js_functions.asp 

  3. https://www.w3schools.com/js/js_operators.asp 

  4. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Expressions_and_Operators