Documents to practice JavaScript along with TheOdinProject Foundations course
Primary refs will be connecting to the lesson title, while sub refs will refer to the source of the third-party material (e.g. mdn etc)
-- Variables and Operators --
refs: var01 this is the Variables and Operators in Foundations Course of the Odin Project https://www.theodinproject.com/lessons/foundations-variables-and-operators
refs: assvar01 this is the initial assignment portion of the Variables and Operators lesson
refs: assvar01B sub refs will be denoted with there subsequent question numbers (eg assvar01B3) this is the 2ndary tertiary-resource section of the assignment porton It contains the following "extra-odinary" sources: B1: https://javascript.info/variables#a-variable B2: https://www.w3schools.com/js/js_arithmetic.asp B2b: https://www.w3schools.com/js/js_numbers.asp B3: https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Scripting/Math B4: https://javascript.info/operators
refs: var01add this will reflect the additional resources portion of this lesson
-- Data Types and Conditionals --
refs: dat02 this is Data Types and Conditionals in Foundations Course of the Odin Project https://www.theodinproject.com/lessons/foundations-data-types-and-conditionals
refs: dat02 mdnStrings this is mdn web document on Strings within the JavaScript section: https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Scripting/Strings