There is a description of the important parts of the JavaScript language in [`notes/js/js.md`](notes/js/js.md).
It also has information specific to running JS in the browser and through Node.js.
Feel free to read as much of it as you want, but it's quite long.
I will point out sections that may be useful on each project.
I will point out sections that are especially relevant to each project.
## Resources
...
...
@@ -63,8 +65,8 @@ You can DM me if you have an individual concern (e.g. asking about an extension
This online-only term is new for me too, so I'm not sure what formats are the most convenient for helping you.
I think Campuswire will be the easiest for most questions, but I'd like to be available to answer questions or discuss confusing concepts face-to-face as well.
To that end, I'll be available for Zoom office hours each week.
- Times TBD
To that end, I'll be available for Zoom office hours from 4 to 6 PM PST on Thursdays.
If you'd like to meet some other time, just email or DM me; my schedule is pretty open.
My personal meeting ID is [586-773-0238](https://caltech.zoom.us/j/5867730238).
...
...
@@ -134,13 +136,13 @@ For the projects with tests, your grade will be primarily determined from whethe
However, I will deduct points for not writing code in an asynchronous style, e.g. using Node.js's synchronous I/O functions or performing I/O tasks in sequence when they can be done in parallel.
If you write your code to defeat the test cases but not to work in general (e.g. hard-coding the outputs that the tests expect), I will not give credit for passing those tests.
For the browser-side projects without tests, I will try using your project and check that it implements the functionality outlined in the project spec.
Your versions of these projects do not have to look exactly like mine!
The Minesweeper project doesn't have tests, so I will try playing your game and check that it implements the functionality outlined in the project spec.
Your version does not have to look exactly like mine!
The specs are intended to be specific about what they expect, but please ask questions if anything is unclear.
### Feedback
This is the second time this CS 11 track is being taught, and I hope it will stick around!
This is the third time this CS 11 track is being taught, and I hope it will stick around!
I really value your constructive feedback on the course so I can improve it for the future.
Please let me know:
- If my notes on any topic are helpful or unhelpful