From 2e322e0722755c25e9aa8ab5dd69a14b21a231b8 Mon Sep 17 00:00:00 2001 From: Eric Kang Date: Fri, 17 Feb 2023 10:35:15 -0500 Subject: [PATCH 1/2] Edited README.md - entered lab section --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f93fa89..1acf119 100644 --- a/README.md +++ b/README.md @@ -55,3 +55,6 @@ Edit for Lab Section 030L: Edit for Lab Section 031L: -This is my Lab + +Edit for Lab Section 041L: +- This is my lab From ea5787f2662591e8d009636d18150337ca11ab24 Mon Sep 17 00:00:00 2001 From: Eric Kang Date: Fri, 17 Feb 2023 10:45:28 -0500 Subject: [PATCH 2/2] Edited the file, undid changes I made to README --- README.md | 5 +---- basicinfo.tsx | 17 ++++++++--------- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 1acf119..9ad9a8f 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,4 @@ Edit for Lab Section 030L: - This edit is for my lab! Edit for Lab Section 031L: --This is my Lab - -Edit for Lab Section 041L: -- This is my lab +-This is my Lab \ No newline at end of file diff --git a/basicinfo.tsx b/basicinfo.tsx index dac692b..33fa026 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 = "Eric Kang"; +let yourPronouns : String = "He/Him"; +const yourMajor : String = "Chemical Engineering"; +let classification : String = "senior"; +let oneExcite : String = "Learning how to make a website"; +let anyConcerns : String = "N/A"; +let funFact : String = "I like photography";