diff --git a/README.md b/README.md index f93fa89..db4a7c7 100644 --- a/README.md +++ b/README.md @@ -42,16 +42,4 @@ Screenshots of your terminal for steps 4-6. If you don't finish this during your scheduled lab time, that's ok! But we encourage you to make your best attempt to get it done during lab time so we can guarantee you get help if you need it when you need it. If you have any questions about the wording of this lab, please email dmesser@udel.edu or ping him on the Discord channel #275-labs, as he could have made a typo or forgot to add a word in the directions. -Edit for Lab Section 020L: -- -Hey yall here is my edit - -Edit for Lab Section 021L: -- -Hello this is my edit - -Edit for Lab Section 030L: -- This edit is for my lab! - -Edit for Lab Section 031L: --This is my Lab +Edit for Lab Section 040L \ No newline at end of file diff --git a/basicinfo.tsx b/basicinfo.tsx index dac692b..09ae962 100644 --- a/basicinfo.tsx +++ b/basicinfo.tsx @@ -2,12 +2,11 @@ below variables and update them with stuff about you. Yeah... I know... the classic basic info everyone dreads at the start of the semester. Sorry, I just needed a filler for you guys to edit. */ -/*Un-comment this and fill in the info -const yourName : String = "Your name"; -let yourPronouns : String = "Pro/Nouns"; -const yourMajor : String = "Your major"; -let classification : String = "freshman/soph/junior/senior/supersenior"; -let oneExcite : String = "One thing you're excited about in this course"; -let anyConcerns : String = "If anything, list what you may be worried about in this course"; -let funFact : String = "And the classic, list one fun fact about yourself"; -*/ \ No newline at end of file +//Un-comment this and fill in the info +const yourName : String = "Brandon Yeung"; +let yourPronouns : String = "He/Him"; +const yourMajor : String = "Computer Science BS"; +let classification : String = "soph"; +let oneExcite : String = "Leaerning software development"; +let anyConcerns : String = "Worried my coding skills may not be sufficient"; +let funFact : String = "Honestly not a very unique person, I used to bowl competitively maybe?";