diff --git a/README.md b/README.md index f93fa89..c3e1951 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,13 @@ Edit for Lab Section 021L: Hello this is my edit Edit for Lab Section 030L: -- This edit is for my lab! +- +This edit is for my lab! Edit for Lab Section 031L: --This is my Lab +- +This is my Lab + +Edit for Lab Section 041L +- +If you're seeing this change in your own repo, you have successfully completed Step 7! diff --git a/basicinfo.tsx b/basicinfo.tsx index dac692b..00367f7 100644 --- a/basicinfo.tsx +++ b/basicinfo.tsx @@ -3,11 +3,11 @@ below variables and update them with stuff about you. Yeah... I know... the clas 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 +*/ +const yourName : String = "Evan Watson"; +let yourPronouns : String = "He/Him"; +const yourMajor : String = "Computer Science"; +let classification : String = "soph"; +let oneExcite : String = "Learning about github and applying programming skills to something practical"; +let anyConcerns : String = "N/A"; +let funFact : String = "I like video games and percussion";