We understand that you may not feel 100% comfortable with all of the topics covered in the pre-work, as many of them are new and challenging. We will cover many of these topics in class during the first two weeks. This will give you a chance to continue learning and apply these concepts & tools to your practice.
How comfortable are you using keyboard shortcuts on your computer? Do you feel your usage of them has increased? How comfortable do you feel with the command line? For example, can you explain why developers often prefer the command line?Using the command line, what sequence of commands would you issue to navigate from the home directory (~) to your 'Downloads' directory, then from there to the Documents directory?
What are the roles of HTML and CSS, and how are they different? How comfortable do you feel using Ruby? For example, which of the following can you define and use?- variables
if
statements- loops (while / each)
- arrays
- methods