JS Cell
Reflect on PSEUDO code
- My Pseudocode helped me a lot this week as it helped me plan out what I wanted to code before actually coding it
Definitions
- Code block: a cell in a jupyter notebook
- Sequence: a procedure of commands
- Selections: if statement
- Iterations: repeated commands
Issues
Issue 1:
- When I was trying to make my JS Cell with pseudocode, it was not showing up. I fixed this by figuring out how to make a seperate box for pseudocode and I was able to write it and compare to JS and Python.