Lots of material was covered this week. - Complete ALL Quizzes from this week! - Complete the flash cards from this week! (Many multiple times) - Understand the LO’s - Attend OH with questions ## Review Problems:
What does the following code return when run? Why?
printName(firstName, lastName)
that takes in two strings representing first and last names, and prints out one full name. Use string interpolation here. What does the following code return when run? Why?
-r
and -c
flags do in grep
?
-c
=> stands for count, it will limit the output of grep to just the number of matches.-r
=> stands for recursive, it will look through subdirectories of the requested path. rename
a file from the terminal? event loop
is? async
and sync
code? How do you make a file readable to anyone? writeable? executable?