Below is a collection of resources of varying types and lengths which describe the topics for the upcoming lecture.
Go through these resources, and create a page in your reading-notes repo that summarizes the topics you learned as though you were presenting the material to a non-technical friend interested in learning about it.
Reminder: all your reading-notes assignments should be done locally, in VS Code. New files and changes will reflect in GitHub using your new Git-flow skills! (Remember... A-C-P)
- Expressions and Operators{:target="_blank"}
- Focus only on
Comparison operators
andAssignment operators
.
- Focus only on
- Loops{:target="_blank"}
- Focus only on
for statement
andwhile statement
loops.
- Focus only on
- What is an
expression
in JavaScript? - Why would we use a loop in our code?
- When does a
for
loop stop executing? - How many times will a
while
loop execute?
- Share what you've learned by copying and pasting the full text of your new rendered web page into the 'Reply' below.
- Include the live URL of the new page below your pasted text. (Hint: The URL of the page should begin with YOUR GitHub username, not "github.com")
You are invited to check out your classmates' replies and give positive feedback and words of encouragement.